Returns the sign of a number: -1 for negative, 0 for zero, or 1 for positive.
-1
0
1
sign(-42) → -1 sign(0) → 0 sign(42) → 1