abs
Overloads
| Name | Description |
|---|---|
abs(complex value) -> real | Get the absolute value of a number. |
abs(bool value) -> integer | Get the absolute value of a number. |
abs(real value) -> real | Get the absolute value of a number. |
abs(integer value) -> integer | Get the absolute value of a number. |
abs(complex value) -> real
Get the absolute value of a number.
Parameters
- value: The number.
Returns
The absolute value of the number.
abs(bool value) -> integer
Get the absolute value of a number.
Parameters
- value: The number.
Returns
The absolute value of the number.
abs(real value) -> real
Get the absolute value of a number.
Parameters
- value: The number.
Returns
The absolute value of the number.
abs(integer value) -> integer
Get the absolute value of a number.
Parameters
- value: The number.
Returns
The absolute value of the number.