ArcCos (OraNumber) Method
Applies To
OraNumber Object
Description
Calculates the arc cosine of an OraNumber
object. The result is in radians.
Usage
OraNumber.ArcCos
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
value is less than -1
or greater than 1
.