Return log |z|.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double LogAbs(
Complex z
)
Parameters
- z Complex
- The complex function argument.
Return Value
Doublelog |z|, i.e. the natural logarithm of the absolute value of z.
See Also