ABS(3C) COMMAND REFERENCE ABS(3C)
NAME
abs - integer absolute value
SYNOPSIS
abs(i)
int i;
DESCRIPTION
Abs returns the absolute value of its integer operand.
CAVEATS
Applying the abs function to the most negative integer
generates a result which is the most negative integer. That
is,
abs(0x80000000)
returns 0x80000000 as a result.
SEE ALSO
floor(3m).
Printed 10/17/86 1
%%index%% na:72,64; sy:136,148; de:284,157; ca:441,269; se:710,112; %%index%%000000000091