File: polynomials.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 (15 lines) | stat: -rw-r--r-- 343 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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