Click or drag to resize

ComplexMathSqrt(Complex) Method

Calculate the square root of the complex number c.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Complex Sqrt(
	Complex c
)

Parameters

c  Complex
Function argument.

Return Value

Complex
The square root of the complex number c.
See Also