OSDN Git Service

SourceForge.JP で Mac 旧来の改行コード( CR のみ)の場合に正常に処理されないので、改行コードを変更。
[bacon/BaCon-Japanese.git] / 関数・命令 / SGN.txt
1   SGN
2
3    SGN(x)
4
5    Type: function
6
7    Returns the sign of x. If x is a negative value, this function returns
8    -1. If x is a positive value, this function returns 1. If x is 0 then a
9    0 is returned.
10