

ldexp()                  General Function                 ldexp()




Combine fraction and exponent

ddoouubbllee llddeexxpp(_f, _e) ddoouubbllee _f; iinntt _e;

ldexp  combines the  fraction  f with  the binary  exponent e  to
return a  floating-point value  real that satisfies  the equation
_r_e_a_l=_m*2^_e.

***** See Also *****

atof(),  ceil(),  fabs(),  floor(), frexp(),  general  functions,
modf()












































COHERENT Lexicon                                           Page 1


