Return the sign of the value
)
val
A numeric value
This command will return the sign of a numeric value. The sign is either 1 or -1.
1 if value is >= 0 -1 if value is < 0