$atan2 » History » Version 3
Per Amundsen, 02/16/2023 05:18 PM
| 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 | 3 | Per Amundsen | table(ktable). |
| 10 | |*Parameter*|*Description*| |
||
| 11 | | N | The Y coordinate. | |
||
| 12 | | M | The X coordinate. | |
||
| 13 | 1 | Per Amundsen | |
| 14 | *Properties* |
||
| 15 | |||
| 16 | 3 | Per Amundsen | table(ktable). |
| 17 | |*Property*|*Description*| |
||
| 18 | | .deg | Returns the degree instead of angle. | |