Float_sig
Interface of floating-point numbers of different precisions.
type round =
| Up
| Down
| Near
| Zero
Rounding modes defined in the C99 standard.
type prec =
| Single
| Double
| Long_Double
| Real
Precision of floating-point numbers:
module type S = sig ... end