Project

General

Profile

$atan2 » History » Version 1

Per Amundsen, 07/20/2014 08:34 AM

1 1 Per Amundsen
_Added in 1.9.3_
2
3
*$atan2(N, M)*
4
5
Returns the angle whose tangent is the quotient of two specified numbers.
6
7
*Parameters*
8
9
N - The Y coordinate. _(N is a double number)_
10
M - The X coordinate. _(M is a double number)_
11
12
*Properties*
13
14
.deg - Returns the degree instead of angle.