#include <math.h>
double fabs (double x);
float fabsf(float x);
fabs() computes the absolute value of x.
The absolute value of x for any value of x.
abs() and
labs()