blob: e1c939a03b3cce211fbc138fab17a3efaeba5589 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
Zesstrad59c3892019-11-28 20:53:39 +01002 float atan2(int|float y, int|float x)
MG Mud User88f12472016-06-24 23:31:02 +02003
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
Zesstrad59c3892019-11-28 20:53:39 +010012GESCHICHTE
MG Mud User88f12472016-06-24 23:31:02 +020013 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)