Base 2 logarithm and floating-point number dissection
This function corresponds to the ANSI® C function frexp()
and the IEEE® floating-point standard function logb()
. Any
zeros in X
produce F = 0
and
E = 0
.