master
Racoonicorn 2016-12-14 21:29:41 +01:00 committed by GitHub
parent f8ccb4c747
commit 53828d9e77
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Arithmetic Derivative
Arithmetic derivative calculator using this simple formulas:
An arithmetic derivative calculator that uses these simple formulas:
* 0' = 1' = 0;
* if n is a prime, n' = 1;
* if n = ab (a and b > 1), n' = a'b + ab'