Click or drag to resize

ComplexMathSqrt(Double) Method

Calculate the square root of the real number x.

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

Parameters

x  Double
The function argument.

Return Value

Complex
The square root of the number x.
See Also