pow method

Complex pow(
  1. Object exponent
)

Computes the power of this complex number raised to exponent.

Implementation

Complex pow(Object exponent) => (log() * exponent).exp();