module Float_sig:sig
..end
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 Widen_Hints =sig
..end
module type S =sig
..end