ABS(3)		    UNIX Programmer's Manual		   ABS(3)


NAME
     abs - integer absolute value

SYNOPSIS
     abs(i)
     int i;

DESCRIPTION
     Abs returns the absolute value of its integer operand.

SEE ALSO
     floor(3M) for fabs

BUGS
     Applying the abs function to the most negative integer gen-
     erates a result which is the most negative integer.  That
     is,

     abs(0x80000000)

     returns 0x80000000 as a result.


Printed 11/26/99	  May 15, 1985				1


 
Generated: 2016-12-26
Generated by man2html V0.25
page hit count: 1448
Valid CSS Valid XHTML 1.0 Strict