F64_Sign()
Syntax
sign.l
= F64_Sign(n.double [, result.double])
Description
Returns
-1 if n < 0
0 if n = 0
1 if n > 0
If the optional parameter is given the result will be stored in it and the
function returns a pointer to result.