Manual Page Result
0
Command: abs | Section: 3 | Source: UNIX v7 | File: abs.3
ABS(3) Library Functions Manual ABS(3)
NAME
abs - integer absolute value
SYNOPSIS
abs(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 largest negative integer.
ABS(3)