Syntax
ABS(number)
Returns the absolute value of number, ie. if number is less than 0, returns -number otherwise, it returns number.
Related