Open MartinMikkelsen opened 1 year ago
Implement the polylogarithm (maybe just the dilogarithm at first). Perhaps using the following integral representation
\text{Li}_s(z)= \frac{z}{\Gamma(s)} \int_0^1 \frac{|\log(y)^{s-1}|}{1-yz} \, \text{d}y
Consider branch at $z=1$.
Numerical implementation Polylogarithm
Implement the polylogarithm (maybe just the dilogarithm at first). Perhaps using the following integral representation
Consider branch at $z=1$.
Numerical implementation Polylogarithm