atan2 returns the arc tangent of n and m. The argument n can be in an unbounded range, and the function returns values in the range of -pi to pi, depending on the signs of n and m, and are expressed in radians. atan2(n,m) is the same as atan2(n/m)