fn sqrt(z: anytype) @TypeOf(z)

Returns the square root of z. The real and imaginary parts of the result have the same sign as the imaginary part of z.

Parameters

z: anytype,