numpy.polynomial.chebyshev
numpy.polynomial.chebyshev.Chebyshev.fromroots
numpy.polynomial.chebyshev.Chebyshev.has_samedomain
Chebyshev.
has_samecoef
Check if coefficients match.
New in version 1.6.0.
other : class instance
The other class must have the coef attribute.
coef
bool : boolean
True if the coefficients are the same, False otherwise.