Table of Contents
The
function breaks a floating-point number into a normalized fraction and
an integral power of 2. It stores the integer in the object pointed to
by
The function returns the value such that is a with
magnitude in the interval or zero, and equals times 2 raised to the
power If is zero, both parts of the result are zero.
The
function conforms to
Table of Contents