File: differentiation.rst

package info (click to toggle)
mpmath 1.4.0~a7-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 4,540 kB
  • sloc: python: 47,626; makefile: 22
file content (19 lines) | stat: -rw-r--r-- 531 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Differentiation
---------------

Numerical derivatives (``diff``, ``diffs``)
...........................................

.. autofunction:: mpmath.diff
.. autofunction:: mpmath.diffs

Composition of derivatives (``diffs_prod``, ``diffs_exp``)
..........................................................

.. autofunction:: mpmath.diffs_prod
.. autofunction:: mpmath.diffs_exp

Fractional derivatives / differintegration (``differint``)
............................................................

.. autofunction:: mpmath.differint