Calculates the absolute value of an integer.
#include <stdlib.h> #include <math.h> int abs(int n);
n
The absolute value result.
fabs, labs