ComplexMathSqrt(Complex) 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 Complex Sqrt(
Complex c
)
Parameters
- c Complex
- Function argument.
Return Value
ComplexThe square root of the complex number c.
See Also