Polynomials
-----------

See also :func:`taylor` and :func:`chebyfit` for
approximation of functions by polynomials.

Polynomial evaluation (``polyval``)
...................................

.. autofunction:: mpmath.calculus.polyval

Polynomial roots (``polyroots``)
................................

.. autofunction:: mpmath.calculus.polyroots
