Click or drag to resize

ComplexMathLog Method

Computes the natrual logarithm of a complex number.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static Complex Log(
	Complex z
)

Parameters

z
Type: Meta.NumericsComplex
The argument.

Return Value

Type: Complex
The value of ln(z).
Remarks

The image below shows the complex log function near the origin, using domain coloring.

You can see the zero at (0, 1) and the branch cut extending along the negative real axis from the pole at the origin.

See Also