c:math:fabs From C++ Reference previous page next page fabs Syntax: #include <cmath> double fabs( double arg ); The function fabs() returns the absolute value of arg. Related Topics: abs, fmod, labs previous page start next page