method
classmethod Chebyshev.interpolate(func, deg, domain=None, args=()) [source]
Interpolate a function at the Chebyshev points of the first kind.
Returns the series that interpolates func at the Chebyshev points of the first kind scaled and shifted to the domain. The resulting series tends to a minmax approximation of func when the function is continuous in the domain.
New in version 1.14.0.
| Parameters: | 
  |  
|---|---|
| Returns: | 
  |  
See numpy.polynomial.chebfromfunction for more details.
    © 2005–2019 NumPy Developers
Licensed under the 3-clause BSD License.
    https://docs.scipy.org/doc/numpy-1.17.0/reference/generated/numpy.polynomial.chebyshev.Chebyshev.interpolate.html