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 3/13/89 1
%%index%% na:240,80; sy:320,224; de:544,213; ca:757,309; se:1066,140; %%index%%000000000093