MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 1 | SYNOPSIS |
2 | float sin(int|float) | ||||
3 | |||||
4 | BESCHREIBUNG | ||||
5 | Liefert den Sinus des Argumentes. | ||||
6 | |||||
Zesstra | d59c389 | 2019-11-28 20:53:39 +0100 | [diff] [blame^] | 7 | GESCHICHTE |
8 | LDMud 3.2.9: Ganzzahlen (Integers) als Argument hinzugefuegt. | ||||
9 | |||||
MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 10 | SIEHE AUCH |
11 | asin(E), cos(E), acos(E), tan(E), atan(E), atan2(E) |