Use the abs function to return the absolute value of an Integer value.
abs(Integer value)
abs(-123)
The formula returns the Integer value 123.