COHERENT manpages

This page displays the COHERENT manpage for ldexp() [Combine fraction and exponent].

List of available manpages
Index


ldexp() -- General Function (libc)

Combine fraction and exponent
#include <math.h>
double ldexp(f, e)
double f; int e;

ldexp() combines  the fraction  f with  the binary exponent  e to  return a
floating-point value real that satisfies the equation real=m×2^e.

See Also

atof(),
ceil(),
fabs(),
floor(),
frexp(),
libc,
modf()
ANSI Standard, §7.5.4.3
POSIX Standard, §8.1