ArcSin (OraNumber) Method
Applies To
OraNumber Object
Description
Calculates the arc sine of an OraNumber
object. Result is in radians.
Usage
OraNumber.ArcSin
Remarks
The result of the operation is stored in the OraNumber
object. There is no return value.
This method returns an error if the OraNumber
object is less than -1
or greater than 1
.