File: differentiation.txt

package info (click to toggle)
mpmath 0.17-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,080 kB
  • sloc: python: 41,095; makefile: 42
file content (19 lines) | stat: -rw-r--r-- 531 bytes parent folder | download | duplicates (11)
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