Module Fadbad__.Op

module Float : Fadbad__.Types.OpS with type elt = float and type scalar = float

float operators. All the operators are aliases for the ones found in Pervasives.

module OrderedFloat : Fadbad__.Types.OrderedOpS with type elt = float and type scalar = float

float operators with comparison. Extends Op.Float.