ComplexMathSqrt(Complex32) Method |
Calculate the square root of the complex number c.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Complex32 Sqrt(
Complex32 c
)
Parameters
- c Complex32
- Function argument.
Return Value
Complex32The square root of the complex number c.
See Also