ATAN2 returns a DOUBLE PRECISION value representing the trigonometric inverse tangent of the arithmetic dividend of the arguments.
Syntax
ATAN2 ( quotient, divisor )
Semantics
quotient |
is an expression of type DOUBLE PRECISION representing the quotient |
divisor |
is an expression of type DOUBLE PRECISION representing the divisor |