Absolute

Converts numbers to their unsigned value.

Use when you need positive numbers, or when you need to find the absolute difference between values in a list of positive and negative values.

Syntax

absolute (numeric_exp)

Examples

absolute (-5.3)

Returns the result: 5.3

absolute (2)

Returns the result: 2