numpy.polynomial.chebyshev.Chebyshev.degree — NumPy v1.15 Manual (original) (raw)
- Scipy.org
- Docs
- NumPy v1.15 Manual
- NumPy Reference
- Routines
- Polynomials
- Polynomial Package
- Chebyshev Module (numpy.polynomial.chebyshev)
- numpy.polynomial.chebyshev.Chebyshev
- index
- next
- previous
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.chebyshev.Chebyshev.cutdeg
Next topic
numpy.polynomial.chebyshev.Chebyshev.deriv