double fabs( double x )
double x; /* a double value */
Synopsis
#include "math.h"
The fabs function computes the absolute value of x .
Parameters
x may be any value.
Return Value
fabs returns the absolute value.
See Also
abs , labs
Help URL: http://www.yourdomain.com/help/index.html?idh_silverc_compiler_reference_fabs.htm