blob: e4cd78a178149b1e72066fbe5879180d35b07418 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
2 float atan2 (int|float y, int|float x)
3
4BESCHREIBUNG
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
12AENDERUNGEN
13 LDMud 3.2.9: Ganzzahlen (Integers) als Argumente hinzugefuegt.
14
15SIEHE AUCH
16 sin(E), cos(E), tan(E), asin(E), acos(E), atan(E)