Description
Absolute-value function. The absolute value of a number is the number without its sign.
Returns
The absolute value of a number.
Category
Function syntax
Abs(number) |
See also
Parameters
Parameter |
Description |
---|---|
number |
A number |
Example
<h3>Abs Example</h3>
|