Интерактивная система просмотра системных руководств (man-ов)
fabsf (3)
>> fabsf (3) ( FreeBSD man: Библиотечные вызовы ) fabsf (3) ( Русские man: Библиотечные вызовы ) fabsf (3) ( Linux man: Библиотечные вызовы ) fabsf (3) ( POSIX man: Библиотечные вызовы )
BSD mandoc
NAME
fabs
fabsf
fabsl
- floating-point absolute value functions
LIBRARY
Lb libm
SYNOPSIS
#include <math.h>
double
fabs (double x);
float
fabsf (float x);
long double
fabsl (long double x);
DESCRIPTION
The
fabs (,);
fabsf ();
and
fabsl ();
functions compute the absolute value of a floating-point number
Fa x .
RETURN VALUES
The
fabs (,);
fabsf ();
and
fabsl ();
functions return the absolute value of
Fa x .
SEE ALSO
abs(3),
ceil(3),
floor(3),
ieee(3),
math(3),
rint(3)
STANDARDS
The
fabs ();
function conforms to
St -isoC .
The
fabsf ();
and
fabsl ();
functions conform to
St -isoC-99 .
Index
- NAME
-
- LIBRARY
-
- SYNOPSIS
-
- DESCRIPTION
-
- RETURN VALUES
-
- SEE ALSO
-
- STANDARDS
-