frexp « math.h « C / ANSI-C






1.frexp: decomposes the num into a mantissa in the range 0.5 to less than 1, and an integer exponent such that num = mantissa * 2^exp