fn sqrt(z: anytype) @TypeOf(z)
[src]
Returns the square root of z. The real and imaginary parts of the result have the same sign as the imaginary part of z.
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.