ASIN - Mathematical
Calculates the arcsine of the given number
Input parameters
Name | Type | Optional | Description |
---|---|---|---|
x |
Number | False | Input Number in the range [-1,1] |
Output
Number: ASIN(x)
Usage
ASIN(<x>)
Examples
Example 1
Query
LOAD tmp
AS ('': ASIN(-0.9))
Result
-1.1197695149986342
Example 2
Query
LOAD tmp
AS ('': ASIN(0.3))
Result
0.3046926540153975