24 lines
501 B
ReStructuredText
24 lines
501 B
ReStructuredText
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
|