[Contents] [Previous Section] [Next Section] [Index]


frexp-Convert to Fraction and Integral Power of 2

Interface

F_TYPE frexp (F_TYPE x, int *n) 

Description

frexp() breaks a floating-point number into a normalized fraction and an integral power of 2. It stores the integer in the int object pointed to by the n parameter and returns the fraction part.

Exceptions


Exceptional Argument       Routine Behavior

|x| = infinity             Invalid argument