fabs
Syntax:
#include <cmath> double fabs( double arg );
The function fabs() returns the absolute value of arg.
Related topics:
#include <cmath> double fabs( double arg );
The function fabs() returns the absolute value of arg.