1ABS(3) Library Functions Manual ABS(3)
23
4
NAME
6abs - integer absolute value
7
SYNOPSIS
9abs(i)
10
DESCRIPTION
12Abs returns the absolute value of its integer operand.
13
SEE ALSO
15floor(3) for fabs
16
BUGS
18You get what the hardware gives on the largest negative integer.
1920
21
22
ABS(3)