Complex!T pow(T, Int)(Complex!T x, const Int n) if (isIntegral!Int)
Calculates xn. The branch cut is on the negative axis.
x
n
Complex!T pow(T)(Complex!T x, const T n)
ditto
Complex!T pow(T)(Complex!T x, Complex!T y)
Complex!T pow(T)(const T x, Complex!T n)