Update doc/efun/ aus Driversourcen.
Manpages der efuns aktualisiert, neue Manpages hinzugefuegt.
Change-Id: I7cc91684269ff56d1aef47d5c5e7c87f7fd531dc
diff --git a/doc/efun/atan2 b/doc/efun/atan2
index e1c939a..66d78ab 100644
--- a/doc/efun/atan2
+++ b/doc/efun/atan2
@@ -1,16 +1,16 @@
SYNOPSIS
float atan2(int|float y, int|float x)
-BESCHREIBUNG
- Liefert den Winkel der Polarkoordinaten des Punktes (x, y) im
- Bereich (-Pi, Pi].
+DESCRIPTION
+ Returns the angle part of the polar coordinates of the point (x, y)
+ in the range (-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.
+ Note the exchange of the coordinates x and y in the parameter list
+ reflecting the sequenz in the gradient to angle transformation
+ atan(y / x).
-GESCHICHTE
- LDMud 3.2.9: Ganzzahlen (Integers) als Argumente hinzugefuegt.
+HISTORY
+ LDMud 3.2.9 added integers as arguments.
-SIEHE AUCH
+SEE ALSO
sin(E), cos(E), tan(E), asin(E), acos(E), atan(E)