ATAN2

Syntax: vout = ATAN2( v1, v2 )

The ATAN2(v1,v2) function returns the Arc Tangent of v1/v2, with -π < ATAN2(v1,v2) ≤ π.

Both arguments must not have the value zero.