val epsilon : tThe smallest positive float x such that 1.0 +. x <> 1.0.
Equal to Pervasives.epsilon_float.
val hash : t ‑> intval random : t ‑> t random_genval random_small : t random_genval random_range : t ‑> t ‑> t random_genval sign_exn : t ‑> intsign_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.
val to_string : t ‑> stringval of_string_exn : string ‑> tAlias to float_of_string.
val of_string : string ‑> tAlias to float_of_string.
Return the class of the given floating-point number: normal, subnormal, zero, infinite or nan (not a number).
module Infix : sig ... endinclude module type of Infix