| Oracle® OLAP DML Reference 11g Release 2 (11.2) Part Number E17122-05 |
|
|
View PDF |
The ARCSIN function calculates the angle value (in radians) of a specified sine.
Return Value
NUMBER
Syntax
ARCSIN(expression)
Parameters
An expression that contains the decimal value of a sine.
Usage Notes
Invalid Sine Values
When you provide an ineligible value for the sine expression (that is, a value greater than 1 or less than -1), ARCSIN returns a value of NA.
Examples