File: polynomials.txt

package info (click to toggle)
mpmath 1.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,424 kB
  • sloc: python: 45,022; makefile: 17; sh: 4
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