Separate floating point value into significand and exponent.
Calculate and return x and exp such that value =x*2$(SUP exp) and .5 <= |x| < 1.0
x has same sign as value.
See Implementation
Separate floating point value into significand and exponent.