Name: ATAN2 Syntax: (ATAN2(x,y))
Family: Function Category: Trigonometric
Description: Compute Arctangent

Computes the arctangent of x,y. The result is the angle in radians between -p/2 and p/2.

In the following example, the value of vatan2 is 0.7854.

SET VAR vatan2 = (ATAN2(1,1))