home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / man / cat3 / ldexp.0 < prev    next >
Text File  |  1993-12-07  |  1KB  |  67 lines

  1.  
  2. LDEXP(3)                   UNIX Programmer's Manual                   LDEXP(3)
  3.  
  4. NNAAMMEE
  5.      llddeexxpp - mutliply floating­point number by integral power of 2
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<mmaatthh..hh>>
  9.  
  10.      _d_o_u_b_l_e
  11.      llddeexxpp(_d_o_u_b_l_e _x, _i_n_t _e_x_p)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      The llddeexxpp() function multiplies a floating­point number by an integral
  15.      power of 2.
  16.  
  17. RREETTUURRNN VVAALLUUEESS
  18.      The llddeexxpp() function returns the value of _x times 2 raised to the power
  19.      _e_x_p.
  20.  
  21.      If the resultant value would cause an overflow, the global variable _e_r_r_n_o
  22.      is set to ERANGE and the value HUGE is returned.
  23.  
  24. SSEEEE AALLSSOO
  25.      frexp(3),  modf(3),  math(3)
  26.  
  27. SSTTAANNDDAARRDDSS
  28.      The llddeexxpp() function conforms ANSI C3.159­1989 (``ANSI C'').
  29.  
  30. BSD Experimental                 June 29, 1991                               1
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.