Click or drag to resize

NMathFunctionsSqrt(FloatComplex) Method

Calculates the principal value of the square root of a complex number.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static FloatComplex Sqrt(
	FloatComplex c
)

Parameters

c  FloatComplex
A complex number.

Return Value

FloatComplex
The square root of c.
See Also