ComplexMathLog(Complex) Method |
Returns the natural (base e) logarithm of the complex function argument.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Complex Log(
Complex z
)
Parameters
- z Complex
- The complex function argument.
Return Value
ComplexThe natural (base e) logarithm of the complex function argument.
See Also