polynomial.chebyshev.
chebpts1
Chebyshev points of the first kind.
The Chebyshev points of the first kind are the points cos(x), where x = [pi*(k + .5)/npts for k in range(npts)].
cos(x)
x = [pi*(k + .5)/npts for k in range(npts)]
Number of sample points desired.
The Chebyshev points of the first kind.
See also
chebpts2
Notes
New in version 1.5.0.