NAME
fabs —
floating-point absolute value
function
SYNOPSIS
#include
<math.h>
double
fabs(double
x);
DESCRIPTION
Thefabs()
function computes the absolute value of a floating-point number
x.
RETURN VALUES
The fabs() function returns the absolute
value of x.
SEE ALSO
STANDARDS
The fabs() function conforms to
ANSI X3.159-1989
(“ANSI C89”).