MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 1 | SYNOPSIS |
Zesstra | d59c389 | 2019-11-28 20:53:39 +0100 | [diff] [blame] | 2 | float atan2(int|float y, int|float x) |
MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 3 | |
| 4 | BESCHREIBUNG |
| 5 | Liefert den Winkel der Polarkoordinaten des Punktes (x, y) im |
| 6 | Bereich (-Pi, Pi]. |
| 7 | |
| 8 | Man beachte die Vertauschung der Koordinaten x und y in der |
| 9 | Parameter-Liste, die die Abfolge in der Steigungs-Winkel-Umrechnung |
| 10 | atan(y / x) widerspiegelt. |
| 11 | |
Zesstra | d59c389 | 2019-11-28 20:53:39 +0100 | [diff] [blame] | 12 | GESCHICHTE |
MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 13 | LDMud 3.2.9: Ganzzahlen (Integers) als Argumente hinzugefuegt. |
| 14 | |
| 15 | SIEHE AUCH |
| 16 | sin(E), cos(E), tan(E), asin(E), acos(E), atan(E) |