NumPy

Previous topic

numpy.polynomial.hermite_e.HermiteE.cutdeg

Next topic

numpy.polynomial.hermite_e.HermiteE.deriv

numpy.polynomial.hermite_e.HermiteE.degree

method

HermiteE.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.