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

  1.  
  2. ISINF(3)                   UNIX Programmer's Manual                   ISINF(3)
  3.  
  4. NNAAMMEE
  5.      iissiinnff, iissnnaann - test for infinity or not­a­number (_N_a_N)
  6.  
  7. SSYYNNOOPPSSIISS
  8.      _i_n_t
  9.      iissiinnff(_d_o_u_b_l_e)
  10.  
  11.      _i_n_t
  12.      iissnnaann(_d_o_u_b_l_e)
  13.  
  14. DDEESSCCRRIIPPTTIIOONN
  15.      The iissnniinnff() function returns 1 if the number is ``infinity'', otherwise
  16.      0.
  17.  
  18.      The iissnnaann() function returns 1 if the number is ``_N_a_N'', otherwise 0.
  19.  
  20. SSEEEE AALLSSOO
  21.      math(3)
  22.  
  23.      _I_E_E_E _S_t_a_n_d_a_r_d _f_o_r _B_i_n_a_r_y _F_l_o_a_t_i_n_g_­_P_o_i_n_t _A_r_i_t_h_m_e_t_i_c, Std 754­1985, ANSI.
  24.  
  25. BBUUGGSS
  26.      Neither the VAX nor the Tahoe floating point have distinguished values
  27.      for either infinity or not­a­number.  These routines always return 0 on
  28.      those architectures.
  29.  
  30. BSD Experimental                April 20, 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.