negate

fun negate(x: Number): <Error class: unknown class>

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 -> <Error class: unknown class>