ABS(3C) — Stardent Computer Inc. (C Programming Language Utilities)
NAME
abs − return integer absolute value
SYNOPSIS
int abs (i)
int i;
DESCRIPTION
abs returns the absolute value of its integer operand.
SEE ALSO
CAVEAT
In two’s-complement representation, the absolute value of the negative integer with largest magnitude is undefined.
September 29, 2021