Интерактивная система просмотра системных руководств (man-ов)
imaxabs (3)
imaxabs (3) ( Solaris man: Библиотечные вызовы )>> imaxabs (3) ( FreeBSD man: Библиотечные вызовы ) imaxabs (3) ( Русские man: Библиотечные вызовы ) imaxabs (3) ( Linux man: Библиотечные вызовы ) imaxabs (3) ( POSIX man: Библиотечные вызовы )
BSD mandoc
NAME
imaxabs
- returns absolute value
LIBRARY
Lb libc
SYNOPSIS
#include <inttypes.h>
intmax_t
imaxabs (intmax_t j);
DESCRIPTION
The
imaxabs ();
function returns the absolute value of
Fa j .
SEE ALSO
abs(3),
fabs(3),
hypot(3),
labs(3),
llabs(3),
math(3)
STANDARDS
The
imaxabs ();
function conforms to
St -isoC-99 .
HISTORY
The
imaxabs ();
function first appeared in
Fx 5.0 .
BUGS
The absolute value of the most negative integer remains negative.
Index
- NAME
-
- LIBRARY
-
- SYNOPSIS
-
- DESCRIPTION
-
- SEE ALSO
-
- STANDARDS
-
- HISTORY
-
- BUGS
-