LOTUSSCRIPT LANGUAGE
Returns the polar coordinate angle, in radians, of a point in the Cartesian plane.
Syntax
ATn2 ( numExprX , numExprY )
Elements
numExprX, numExprY
ATn2 returns the angular portion of the polar coordinate representation of the point (numExprX, numExprY) in the Cartesian plane.
The range of the return value is -pi to pi, inclusively.
If numExprX is 0, then ATn2 returns one of the following values:
Language cross-reference
@ATan2 function in formula language
Example See Also