abs

Use the abs function to return the absolute value of an Integer value.

Function format

abs(Integer value)

  • value: Integer which is changed to its absolute.

abs example

abs(-123)

The formula returns the Integer value 123.