$atan2 » History » Revision 2
Revision 1 (Per Amundsen, 07/20/2014 08:34 AM) → Revision 2/3 (Per Amundsen, 12/11/2018 08:01 PM)
_Added in 1.9.3_ *$atan2(N, M)* Returns the angle whose tangent is the quotient of two specified numbers. *Parameters* N - The Y coordinate. _(N is a double number)_ M - The X coordinate. _(M is a double number)_ *Properties* .deg - Returns the degree instead of angle.