On this page
numpy.polynomial.chebyshev.Chebyshev.roots
Chebyshev.roots()
[source]-
Return the roots of the series polynomial.
Compute the roots for the series. Note that the accuracy of the roots decrease the further outside the domain they lie.
Returns: roots : ndarray
Array containing the roots of the series.
© 2008–2017 NumPy Developers
Licensed under the NumPy License.
https://docs.scipy.org/doc/numpy-1.13.0/reference/generated/numpy.polynomial.chebyshev.Chebyshev.roots.html