absv(x): number
(opens in a new tab)
Returns the absolute value of a number (the value without regard to whether it is positive or negative). For example, the absolute value of -5 is the same as the absolute value of 5.
Parameter | Type | Description |
---|---|---|
x | number (opens in a new tab) | A numeric expression for which the absolute value is needed. |