|
IMAXABS (3) | C library functions | Unix Manual Pages | :man▋
NAME
imaxabs - returns absolute value
CONTENTS
Library Synopsis Description See Also Standards History Bugs
LIBRARY
.Lb libc
SYNOPSIS
.In inttypes.h intmax_t imaxabs "intmax_t j"
DESCRIPTION
The imaxabs function returns the absolute value of j.
SEE ALSO
abs(3), fabs(3), hypot(3), labs(3), llabs(3), math(3)
STANDARDS
HISTORY
BUGS
|