xref: /csrg-svn/lib/libc/stdlib/abs.3 (revision 20283)
@(#)abs.3 4.1 (Berkeley) 05/15/85

ABS 3
.AT 3
NAME
abs - integer absolute value
SYNOPSIS
 abs(i)  int i; 
DESCRIPTION
Abs returns the absolute value of its integer operand.
SEE ALSO
floor(3) for fabs
BUGS
You get what the hardware gives on the smallest integer.