blob: e4cd78a178149b1e72066fbe5879180d35b07418 [file] [log] [blame]
SYNOPSIS
float atan2 (int|float y, int|float x)
BESCHREIBUNG
Liefert den Winkel der Polarkoordinaten des Punktes (x, y) im
Bereich (-Pi, Pi].
Man beachte die Vertauschung der Koordinaten x und y in der
Parameter-Liste, die die Abfolge in der Steigungs-Winkel-Umrechnung
atan(y / x) widerspiegelt.
AENDERUNGEN
LDMud 3.2.9: Ganzzahlen (Integers) als Argumente hinzugefuegt.
SIEHE AUCH
sin(E), cos(E), tan(E), asin(E), acos(E), atan(E)