Meta.Numerics Library
DiLog Method (z)
Meta.NumericsMeta.Numerics.FunctionsAdvancedComplexMathDiLog(Complex)
Computes the complex dilogarithm function, also called Spence's function.
Declaration Syntax
C#Visual BasicVisual C++F#
public static Complex DiLog(
	Complex z
)
Public Shared Function DiLog ( _
	z As Complex _
) As Complex
public:
static Complex DiLog(
	Complex z
)
static member DiLog : 
        z:Complex -> Complex 
Parameters
z (Complex)
The complex argument.
Return Value
The value Li2(z).
Remarks

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

See Also