Skip to content

Commit

Permalink
Made the automatic differentiation capabilities clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
lebigot authored Jul 11, 2021
1 parent 1cf2144 commit 19e2832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19e2832

Please sign in to comment.