fn pow(comptime T: type, z: T, c: T) T
Returns z raised to the complex power of c.
T: type,
z: T,
c: T,