efun: atan2.de


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)

UNItopia (mudadm@UNItopia.de)