⇐ Index ⇐ Math
SIGN(<-val)
Returns the sign of the input value. Return value is 1 when f is positive or zero, -1 when f is negative.
trace(sign(42)) #prints '1'
⇐ Index