AdvancedComplexMathDiLog Method

Computes the complex dilogarithm function, also called Spence's function.

Definition

Namespace: Meta.Numerics.Functions
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public static Complex DiLog(
	Complex z
)

Parameters

z  Complex
The complex argument.

Return Value

Complex
The value Li2(z).

Remarks

This function is the analytic continuation of the dilogarithm function (DiLog(Double)) into the complex plane.

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

See Also