frexpDivides a floating point number into a normalized mantissa and an exponent | |||||
Arguments
Return valueThe normalized mantissa [1/2, 1) is returned.ExplanationThe floating point number x is separated into a normalized mantissa [1/2,1) and an exponent (2n). The exponent is placed at the storage location pointed to by n.The normalized mantissa is returned by the function. |