Module Piecewise_linear

module Piecewise_linear: Piecewise_linear


piece-wise linear interpolation from float-like types to float
module type Key = sig .. end
module type S = sig .. end
module Make: 
functor (Key : Key) -> S with type key = Key.t
module Time: S  with type key = Time.t
module Ofday: S  with type key = Ofday.t
module Span: S  with type key = Span.t
module Float: S  with type key = float
module Int: S  with type key = int