negate

.negate x:{Number} -> Number

Return

the negation of x

Parameters

x

the number to negate (positive to negative and vice versa)

Chaining

This function is designed to be chained with other function calls:
Number::negate -> Number