Arc tangent
@AT2(expression1, expression2)
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.
ATAN EQU @AT2(-1.0,1.0) ; ATAN = -0.7853982