NumPy

Previous topic

numpy.poly1d.deriv

Next topic

numpy.polyval

This is documentation for an old release of NumPy (version 1.18). Read this page in the documentation of the latest stable release (version 2.2).

numpy.poly1d.integ

method

poly1d.integ(self, m=1, k=0)[source]

Return an antiderivative (indefinite integral) of this polynomial.

Refer to polyint for full documentation.

See also

polyint

equivalent function