abs(x);
Returns the absolute value of x which is its distance from 0
see here
Arguments
x
The input valueReturns
number
The absolote value of the inputabs(x);
Returns the absolute value of x which is its distance from 0
see here
x
The input valuenumber
The absolote value of the input