NAME
imaxabs
—
integer absolute value
function
SYNOPSIS
#include
<inttypes.h>
intmax_t
imaxabs
(intmax_t
j);
DESCRIPTION
The
imaxabs
()
function computes the absolute value of the intmax_t variable
j.
RETURN VALUES
The imaxabs
() function returns the
absolute value.
SEE ALSO
STANDARDS
The imaxabs
() function conforms to.
BUGS
The absolute value of the most negative integer remains negative.