  SGN

   SGN(x)

   Type: function

   Returns the sign of x. If x is a negative value, this function returns
   -1. If x is a positive value, this function returns 1. If x is 0 then a
   0 is returned.

