Imaginary<T>.Sqrt Method
Returns the first square root of an imaginary number.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The square root of z that has a positive imaginary part.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static Complex<T> Sqrt(
Imaginary<T> z
)
Parameters
Return Value
Complex<T>The square root of z that has a positive imaginary part.
Remarks
The square root of an imaginary 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.