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

  1.  
  2. ABS(3)                     UNIX Programmer's Manual                     ABS(3)
  3.  
  4. NNAAMMEE
  5.      aabbss - integer absolute value function
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ssttddlliibb..hh>>
  9.  
  10.      _i_n_t
  11.      aabbss(_i_n_t _j)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      The aabbss() function computes the absolute value of the integer _j.
  15.  
  16. RREETTUURRNN VVAALLUUEESS
  17.      The aabbss() function returns the absolute value.
  18.  
  19. SSEEEE AALLSSOO
  20.      floor(3),  labs(3) cabs(3) hypot(3) math(3)
  21.  
  22. SSTTAANNDDAARRDDSS
  23.      The aabbss() function conforms to ANSI C3.159­1989 (``ANSI C'').
  24.  
  25. BBUUGGSS
  26.      The absolute value of the most negative integer remains negative.
  27.  
  28. BSD Experimental                 June 29, 1991                               1
  29.  
  30.  
  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.