CCFloatSourceEqual to Stdlib.nan.
Positive infinity. Equal to Stdlib.infinity.
Negative infinity. Equal to Stdlib.neg_infinity.
Equal to Stdlib.max_float.
The smallest positive float x such that 1.0 +. x <> 1.0. Equal to Stdlib.epsilon_float.
The absolute value of a floating-point number. Equal to Stdlib.abs_float.
sign_exn x will return the sign of x as 1, 0 or -1, or raise an exception TrapNaN if x is NaN. Note that infinities have defined signs in OCaml.
Alias to int_of_float. Unspecified if outside of the range of integers.
Alias to float_of_int.
Alias to float_of_string.
Equality with allowed error up to a non negative epsilon value.
Return the class of the given floating-point number: normal, subnormal, zero, infinite or nan (not a number).
include module type of Infix