2.7.4.2 fabs

Declaration:

double fabs(double x);Returns the absolute value of x (a negative value becomes positive, positive value is unchanged).

Range:

There is no range limit on the argument. The return value is always positive.