make_interp_spline code example Example: make_interp_spline >>> x = cheb_nodes(20) >>> y = np.sqrt(1 - x**2)