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

Namespace:  Meta.Numerics.Functions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static Complex DiLog(
	Complex z
)
Public Shared Function DiLog ( _
	z As Complex _
) As Complex
public:
static Complex DiLog(
	Complex z
)

Parameters

z
Complex
The complex argument.

Return Value

The value Li2(z).

See Also