AdvancedMathPolyLog Method |
Namespace: Meta.Numerics.Functions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | n is negative or x is greater than one. |
The nth polylog of x is defined via the series:
Its name comes from the fact that this is a generalization of the logarithm series. For n = 1 it reduces to -log(1-x). For n = 2 it reduces to the DiLog(Double) function.
The polylogarithm function becomes complex for arguments larger than one.