Compute the absolute value of a number.
The number.
Returns the absolute value of of x.
x
0.5.0
abs(-2)// => 2 Copy
abs(-2)// => 2
Compute the absolute value of a number.