Click or drag to resize

ComplexMathLogAbs Method

Return log |z|.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double LogAbs(
	Complex z
)

Parameters

z  Complex
The complex function argument.

Return Value

Double
log |z|, i.e. the natural logarithm of the absolute value of z.
See Also