Calculates the exponentiation of a complex number.

// Returns -11 + 2i
const pow = Chalkboard.comp.pow(Chalkboard.comp.init(2, 1), 3);