SIGN
Returns the sign of a number. It returns the value 1 if the number is positive, 0 if it is 0, and -1 if it is negative.
Syntax
SIGN(number)
Number is any real number.
Returns the sign of a number. It returns the value 1 if the number is positive, 0 if it is 0, and -1 if it is negative.
Syntax
SIGN(number)
Number is any real number.