sign PowerHome formula function
Description
Reports whether the number is negative, zero, or positive by checking its sign.
Syntax
sign ( n )
Argument |
Description |
n
|
The number for which you want to determine the sign
|
Return value
Integer. Returns a number (-1, 0, or 1) indicating the sign of n.