fn pow(comptime T: type, z: T, c: T) T

Returns z raised to the complex power of c.

Parameters

T: type,
z: T,
c: T,