NumPy

Previous topic

numpy.polynomial.hermite.Hermite.cutdeg

Next topic

numpy.polynomial.hermite.Hermite.deriv

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.polynomial.hermite.Hermite.degree

method

Hermite.degree(self)[source]

The degree of the series.

New in version 1.5.0.

Returns
degreeint

Degree of the series, one less than the number of coefficients.