Calculates the exponentiation of a complex number or function.
The complex number or function
The exponent
// 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);
Calculates the exponentiation of a complex number or function.