From 19e28327f5e7d530537c46348416722a6009eeb1 Mon Sep 17 00:00:00 2001 From: "Eric O. LEBIGOT (EOL)" Date: Sun, 11 Jul 2021 23:49:13 +0200 Subject: [PATCH] Made the automatic differentiation capabilities clearer --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 42784f98..1ce2a2cd 100644 --- a/README.rst +++ b/README.rst @@ -27,7 +27,7 @@ calculations with uncertainties** (aka "error propagation"): >>> sin(2*x) # In a Python shell, "print" is optional 0.9092974268256817+/-0.08322936730942848 -This package also automatically calculates derivatives: +This package also automatically calculates derivatives of arbitrary functions: >>> (2*x+1000).derivatives[x] 2.0