blob: 59d6bc499d5cd48412bbfa23b04536262c48c467 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Polynomials
***********
The poly1d functions are considered outdated but are retained for
backward compatibility. New software needing polynomials should
use the classes in the Polynomial Package.
.. toctree::
:maxdepth: 2
routines.polynomials.polynomial
routines.polynomials.poly1d
|