Calculates the exponentiation of a complex number.
// Returns -11 + 2iconst pow = Chalkboard.comp.pow(Chalkboard.comp.init(2, 1), 3); Copy
// Returns -11 + 2iconst pow = Chalkboard.comp.pow(Chalkboard.comp.init(2, 1), 3);
The complex number
The exponent
Calculates the exponentiation of a complex number.
Example