numpy.polynomial.polynomial.Polynomial.degree — NumPy v1.13 Manual (original) (raw)
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. |
---|
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. |
---|