Module Gsl_cheb


module Gsl_cheb: sig .. end

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