File: approximation.rst

package info (click to toggle)
mpmath 1.4.0~a6-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 4,556 kB
  • sloc: python: 47,434; makefile: 22
file content (23 lines) | stat: -rw-r--r-- 501 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
20
21
22
23
Function approximation
----------------------

Taylor series (``taylor``)
..........................

.. autofunction:: mpmath.taylor

Pade approximation (``pade``)
.............................

.. autofunction:: mpmath.pade

Chebyshev approximation (``chebyfit``)
......................................

.. autofunction:: mpmath.chebyfit

Fourier series (``fourier``, ``fourierval``)
............................................

.. autofunction:: mpmath.fourier
.. autofunction:: mpmath.fourierval