Related Topics: | ||
Description: Returns the sign of a number: 1 if the number is positive, zero if the number is zero, or -1 if the number is negative.
Syntax: SIGN(Number)
Number is any real number.
Example:
SIGN(10) = 1
SIGN(4-4) = 0
SIGN(-0.00001) = -1
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.