module type Floatable = Floatable.S
Floatable.S
type t
val of_float : float -> t
float -> t
val to_float : t -> float
t -> float