Float_u.OA sub-module designed to be opened to make working with floats more convenient.
In analogy to Int.( % ), ( % ):
Like the other infix operators, NaNs in mean NaNs out.
Other cases: (a % Infinity) = a when 0 <= a < Infinity, (a % Infinity) = Infinity when -Infinity < a < 0, (+/- Infinity % a) = NaN, (a % 0) = NaN.
val of_int : int -> tNote that this doesn't round trip in either direction. For example, Float.to_int (Float.of_int max_int) <> max_int.