Computes the square root of a complex number.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static Complex Sqrt(
	Complex z
)
Public Shared Function Sqrt ( _
	z As Complex _
) As Complex
public:
static Complex Sqrt(
	Complex z
)

Parameters

z
Complex
The argument.

Return Value

The square root of the argument.

See Also