AT2

Arc tangent

@AT2(expression1, expression2)

Description

Returns the arc tangent of expression1/ expression2 as a floating-point value in the range -pi to pi. expression1 and expression2 must be separated by a comma.

Example

ATAN EQU @AT2(-1.0,1.0) ; ATAN = -0.7853982