Module type Interfaces.Floatable

module type Floatable = Floatable.S

type t 
val of_float : float -> t
val to_float : t -> float