Click or drag to resize

ComplexMathLog(Complex32) Method

Returns the natural (base e) logarithm of the complex function argument.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Complex32 Log(
	Complex32 z
)

Parameters

z  Complex32
The complex function argument.

Return Value

Complex32
The natural (base e) logarithm of the complex function argument.
See Also