|
NAMEimaxabs —
returns absolute value
LIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <inttypes.h>
intmax_t
DESCRIPTIONTheimaxabs () function returns the absolute value of
j.
SEE ALSOabs(3), fabs(3), hypot(3), labs(3), llabs(3), math(3)STANDARDSTheimaxabs () function conforms to
ISO/IEC 9899:1999 (“ISO C99”).
HISTORYTheimaxabs () function first appeared in
FreeBSD 5.0.
BUGSThe absolute value of the most negative integer remains negative.
Visit the GSP FreeBSD Man Page Interface. |