Module Gsl_cheb


module Gsl_cheb: sig .. end
Chebyshev Approximations

type t 
val make : int -> t
val order : t -> int
val coefs : t -> float array
val init : t -> Gsl_fun.gsl_fun -> a:float -> b:float -> unit
val eval : t -> ?order:int -> float -> float
val eval_err : t -> ?order:int -> float -> Gsl_fun.result
val deriv : t -> t
val integ : t -> t