Meta.Numerics Library
Sqrt Method (z)
Meta.NumericsMeta.NumericsComplexMathSqrt(Complex)
Computes the square root of a complex number.
Declaration Syntax
C#Visual BasicVisual C++F#
public static Complex Sqrt(
	Complex z
)
Public Shared Function Sqrt ( _
	z As Complex _
) As Complex
public:
static Complex Sqrt(
	Complex z
)
static member Sqrt : 
        z:Complex -> Complex 
Parameters
z (Complex)
The argument.
Return Value
The square root of the argument.