Files
2026-07-13 12:32:53 +08:00

16 lines
343 B
ReStructuredText

Polynomials
-----------
See also :func:`~mpmath.taylor` and :func:`~mpmath.chebyfit` for
approximation of functions by polynomials.
Polynomial evaluation (``polyval``)
...................................
.. autofunction:: mpmath.polyval
Polynomial roots (``polyroots``)
................................
.. autofunction:: mpmath.polyroots