SciPy

numpy.polynomial.hermite.Hermite.degree

method

Hermite.degree(self)[source]

The degree of the series.

New in version 1.5.0.

Returns:
degree : int

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

Previous topic

numpy.polynomial.hermite.Hermite.cutdeg

Next topic

numpy.polynomial.hermite.Hermite.deriv