Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static DoubleComplex Sqrt(
DoubleComplex z
)
Public Shared Function Sqrt (
z As DoubleComplex
) As DoubleComplex
public:
static DoubleComplex Sqrt(
DoubleComplex z
)
static member Sqrt :
z : DoubleComplex -> DoubleComplex
Parameters
- z
- Type: Extreme.MathematicsDoubleComplex
A DoubleComplex number
Return Value
Type:
DoubleComplexThe square root of
z
that is either real and positive, or has a positive
imaginary part.
The square root of a complex number is not
uniquely defined. If x is a square root of
z, then -x is also a square
root of z. This method returns the
square root in the left half of the complex plane.
This method extends the Sqrt(Double)
method of the Math class to
complex numbers.
Numerical Libraries
Supported in: 5.x, 4.x
Reference