Calculates the negation of a complex number or function.
The complex number or function
// Returns -2 - 3iconst negated = Chalkboard.comp.negate(Chalkboard.comp.init(2, 3)); Copy
// Returns -2 - 3iconst negated = Chalkboard.comp.negate(Chalkboard.comp.init(2, 3));
Calculates the negation of a complex number or function.