Calculates the negation a complex number.

// Returns -2 - 3i
const negated = Chalkboard.comp.negate(Chalkboard.comp.init(2, 3));