$abs
$abs
returns the absolute value of the number.
Usage
Parameters
Field | Type | Description | Required |
---|---|---|---|
number | number | The number. | true |
Example(s)
This will return the absolute value of -151.5
, which is 151.5
:
This will return the absolute value of -151.5
, which is 151.5
: