monkey:monkey.math.Abs
Gets the absolute value of a number.
If x is less than 0, then -x is returned.
x
-x
If x is greater than or equal to 0, then x is returned.