File: differentiation.txt

package info (click to toggle)
mpmath 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,348 kB
  • sloc: python: 45,016; makefile: 17; sh: 4
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