ABS - Mathematical
Calculates the absolute value of a number
Input parameters
Name | Type | Optional | Description |
---|---|---|---|
x |
Number | False | Input Number |
Output
Number: | x |
Usage
ABS(<x>)
Examples
Example 1
Query
LOAD tmp
AS ('': ABS(-25.5))
Result
25.5