Syntax
Parameters
| Parameter | Description | Supported input type |
|---|---|---|
<value> | The number that the arcsine function is applied to. | DOUBLE_PRECISION |
Return Type
ASIN returns a value of type DOUBLE_PRECISION.
Example
The following query calculates the arcsine of 1:| result double |
|---|
| 1.5707963267948966 |
Rows: 1Execution time: 5.23ms