Make_interp_spline
>>> x = cheb_nodes(20)
>>> y = np.sqrt(1 - x**2)
Mysterious Moth
>>> x = cheb_nodes(20)
>>> y = np.sqrt(1 - x**2)