Calculates the inverse of a complex number.

// Returns 0.2 - 0.1i
const inverse = Chalkboard.comp.invert(Chalkboard.comp.init(4, 2));