a9550c2b70
Structure now more closely follow https://packaging.python.org/ To build docs: python setup.py build_sphinx -c docs -b html,latex make -C build/sphinx/latex all-pdf
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
|