File: polynomials.txt

package info (click to toggle)
mpmath 0.17-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,080 kB
  • sloc: python: 41,095; makefile: 42
file content (15 lines) | stat: -rw-r--r-- 327 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Polynomials
-----------

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

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

.. autofunction:: mpmath.polyval

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

.. autofunction:: mpmath.polyroots