Complex.Sqrt

Complex.Sqrt method

Gets square root of a.

public static Complex Sqrt(Complex a)
ParameterTypeDescription
aComplexThe a complex.

Return Value

The square root.

See Also