Click or drag to resize

ComplexMathSqrt(Complex32) 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 Complex32 Sqrt(
	Complex32 c
)

Parameters

c  Complex32
Function argument.

Return Value

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