◄Description► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Include: <math.h> Syntax: double frexp( double x, int *expptr ); long double frexpl( long double x, int *expptr ); Returns: the mantissa, or 0 if <x> is 0. See also: ldexp, modf -♦-