ATAN - Mathematical
Calculates the arctangent of the given number
Input parameters
Name | Type | Optional | Description |
---|---|---|---|
x |
Number | False | Input Number |
Output
Number: ATAN(x)
Usage
ATAN(<x>)
Examples
Example 1
Query
LOAD tmp
AS ('': ATAN(-0.9))
Result
-0.7328151017865066
Example 2
Query
LOAD tmp
AS ('': ATAN(0.3))
Result
0.2914567944778671