PaXContinuedDiLog
PaXContinuedDiLog
corresponds to
ContinuedDiLog
in Package-X.
See also
Overview.
Examples
(*Just to load Package-X*)
PaXEvaluate[A0[1]];
PaXContinuedDiLog
uses X`ContinuedDiLog
for
numerical evaluations
PaXContinuedDiLog[{3.2, 1.0}, {1.1, 1.0}]
−1.7089
X`ContinuedDiLog[{3.2, 1.0}, {1.1, 1.0}]
−1.7089
The same goes for derivatives and series expansions
D[PaXContinuedDiLog[{x, xInf}, {y, yInf}], x]
−1−xyy(−log(x+ixInfϵ)−log(y+iyInfϵ))
Series[PaXContinuedDiLog[{x, xInf}, {y, yInf}], {x, 1, 2}]
L2(1+ixInfϵ,y+iyInfϵ)−y−1(x−1)ylog(y+iyInfϵ)+2(y−1)2(x−1)2(y2log(y+iyInfϵ)−y2+y)+O((x−1)3)