ATAN
Â
SYNTAX:
Â
FUNCTION ATAN ( V1:NUMBER; V2:NUMBER ) : REAL;
The atan function returns the angle given a tangent value of V , where V is given by the expression V = V 1/V 2.
Parameters :
 V1 is a number.
 V2 is a number.
Â
SYNTAX:
Â
FUNCTION ATAN ( V1:NUMBER; V2:NUMBER ) : REAL;
The atan function returns the angle given a tangent value of V , where V is given by the expression V = V 1/V 2.
Parameters :
 V1 is a number.
 V2 is a number.