Abs
This function returns the absolute value of a specified number.
abs(number)
# Computes the absolute value of a computed valueRESULT=abs(-15*3)
The type of result is the same as the type of the arguments (Integer, Double, Decimal).