FABS - floating point absolute value.

(ANSI Standard)

Usage:

#include <math.h>
y = fabs( x );

Where:

double x, y;
 

Description:

"fabs" returns the absolute value of a floating point number.

Copyright © 1996, Thinkage Ltd.