Calculates the negation a complex number.
// 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));
The complex number
Calculates the negation a complex number.
Example