On this page
Poly1d
Basics
| 
 | A one-dimensional polynomial class. | 
| 
 | Evaluate a polynomial at specific values. | 
| 
 | Find the coefficients of a polynomial with the given sequence of roots. | 
| 
 | Return the roots of a polynomial with coefficients given in p. | 
Fitting
| 
 | Least squares polynomial fit. | 
Calculus
| 
 | Return the derivative of the specified order of a polynomial. | 
| 
 | Return an antiderivative (indefinite integral) of a polynomial. | 
Arithmetic
| 
 | Find the sum of two polynomials. | 
| 
 | Returns the quotient and remainder of polynomial division. | 
| 
 | Find the product of two polynomials. | 
| 
 | Difference (subtraction) of two polynomials. | 
Warnings
| Issued by  | 
© 2005–2020 NumPy Developers
Licensed under the 3-clause BSD License.
 https://numpy.org/doc/1.19/reference/routines.polynomials.poly1d.html