Module Framac_ival.Float_sig
Interface of floating-point numbers of different precisions.
Precision of floating-point numbers:
- the 'single', 'double' and 'long double' C types;
- the ACSL 'real' type.
module type S = sig ... end