pow abstract method

Complex pow(
  1. num x
)

Returns of value of this complex number raised to the power of x.

Implementation

Complex pow(num x);