Typed.Float32val zero : tval v : int32 -> tv bits creates a float32 from the raw integer bits.
val of_float : float -> tof_float f creates a float32 from an OCaml float value.
is_normal t checks if t is a normal floating point number (not zero, subnormal, infinite, or NaN).
reinterpret_i32 i reinterprets the bits of a 32-bit integer as a float32.