ldexp() General Function ldexp() Combine fraction and exponent 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(), general functions, modf() COHERENT Lexicon Page 1