Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the absolute value of a number.
Syntax
ABS( number)
Parameters
| Name | Required/Optional | Data Type | Description |
|---|---|---|---|
| Number |
Required |
Decimal |
The number whose absolute value you want to find. |
Example
ABS(-1.24)
Returns 1.24.