llddeexxpp() -- General Function (libc)

Combine fraction and exponent
#iinncclluuddee <mmaatthh.hh>
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;

llddeexxpp() combines  the fraction  _f with  the binary exponent  _e to  return a
floating-point value _r_e_a_l that satisfies the equation _r_e_a_l=_mx2^_e.

_S_e_e _A_l_s_o
aattooff(), cceeiill(), ffaabbss(), fflloooorr(), ffrreexxpp(), lliibbcc, mmooddff()
ANSI Standard, section 7.5.4.3
POSIX Standard, section 8.1
