abs() - integer absolute value function
#include <stdlib.h> int abs (int j)
The abs(3) function computes the absolute value of the integer j.
The abs(3) function returns the absolute value.
cabs(3)
floor(3)
labs(3)