polynomial.chebyshev.
chebpts2
Chebyshev points of the second kind.
The Chebyshev points of the second kind are the points cos(x), where x = [pi*k/(npts - 1) for k in range(npts)].
cos(x)
x = [pi*k/(npts - 1) for k in range(npts)]
Number of sample points desired.
The Chebyshev points of the second kind.
Notes
New in version 1.5.0.