Returns the absolute value of a given value.
abs(value)
abs(-10) returns 10.
Input type
Return type
Logic
Number
No type conversion.
Unsupported data types
Null
Unsupported data types return Null.