FABS
Section: C Library Functions (3)
Index
Return to Main Contents
BSD mandoc
NAME
fabs
- floating-point absolute value function
SYNOPSIS
Fd #include <math.h>
Ft double
Fn fabs double x
DESCRIPTION
The
Fn fabs
function computes the absolute value of a floating-point number
Fa x .
RETURN VALUES
The
Fn fabs
function returns the absolute value of
Fa x .
SEE ALSO
abs(3),
ceil(3),
floor(3),
rint(3),
ieee(3),
math.3
STANDARDS
The
Fn fabs
function conforms to
St -ansiC .
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- RETURN VALUES
-
- SEE ALSO
-
- STANDARDS
-
This document was created by
man2html,
using the manual pages.
Time: 16:10:48 GMT, January 15, 2023