double
fabs(
double x
)
float
fabsf(
float x
)
)
and
fabsf(
)
functions compute the absolute value of a floating-point number
x
.
)
function returns the absolute value of
x
.
)
function conforms to
ANSI X3.159-1989 (``ANSI C89'') .