Abs
Converts a negative number to a positive.
Returns the Databox value as an absolute value of a number. The absolute value of a number is the number without its sign.
Expression
Databox Value
Result
Abs
-6.20
6.20
Abs
-1
1
Abs
0
0
Last updated
Was this helpful?