blob: 2331c0d1a53e307b3dba1cfd16f456d585c1b2e3 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
2 int sgn (int|float arg)
3
4BESCHREIBUNG
5 Liefert das Vorzeichen des Argumentes.
6
7 arg sgn(arg)
8 --------------
9 > 0 1
10 0 0
11 < 0 -1
12
13AENDERUNGEN
14 Eingefuehrt in LDMud 3.2.9.
15
16SIEHE AUCH
17 abs(E)