Oracle® OLAP DML Reference 11g Release 2 (11.2) Part Number E17122-07 |
|
|
PDF · Mobi · ePub |
The ARCSIN function calculates the angle value (in radians) of a specified sine.
NUMBER
ARCSIN(expression)
An expression that contains the decimal value of a sine.
OLADM1509Invalid 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
.
OLADM1510Example 7-17 Calculating the Arc of a Sine
This example calculates the arc of a sine that has a value of 0.84147
. The statement
SHOW ARCSIN(.84147)
produces the following result.
1.00