Returns the number divided by its absolute value, which is 1 if the number is positive and -1 if the number is negative.
sign( number )
number: (Decimal) The number that will be divided by its absolute value.
Integer
If the number value is equal to zero, the function returns 1
.
sign(-3)
returns -1