Arithmetic-Derivative/README.md

10 lines
258 B
Markdown
Raw Normal View History

2016-12-14 21:17:55 +01:00
# Arithmetic Derivative
Arithmetic derivative calculator using this simple formulas:
* 0' = 1' = 0;
* if n is a prime, n' = 1;
* if n = ab (a and b > 1), n' = a'b + ab'
More about arithmetic derivative:
https://en.wikipedia.org/wiki/Arithmetic_derivative