ArcTan2 (OraNumber) Method
Description
Calculates the arc tangent of two numbers using the operand
provided. The result is in radians.
Usage
OraNumber.ArcTan2 operand
Arguments
The arguments for the method are:
Remarks
The result of the operation is stored in the OraNumber
object. There is no return value.
This method returns an error if operand
is zero.