The ABS function calculates the absolute value of a number.
ABS(number)
ABS(-23) = 23 ABS(14) = 14 ABS(11 - 23) = 12