Returns the sign of a value.
specifies a numeric constant, variable, or expression.
x=sign(-5);
-1
x=sign(5);
1
x=sign(0);
0