To what precision is x equal to y?
Separate floating point value into significand and exponent.
Return the value that lies halfway between x and y on the IEEE number line.
Calculate the next smallest floating point value before x.
Calculate the next largest floating point value after x.
Return true if sign bit of e is set, false if not.
Base floating point routines.