ComplexMathSqrt(Double) Method |
Calculate the square root of the real number x.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Complex Sqrt(
double x
)
Parameters
- x Double
- The function argument.
Return Value
ComplexThe square root of the number x.
See Also