PolyLog.jl 2.0.0
Changes
The real polylogarithm functions have been renamed in order to avoid bugs when a non-zero imaginary part would actually occur (which is omitted in the real polylogarithm functions):
- rename real
li1
->reli1
- rename real
li2
->reli2
- rename real
li3
->reli3
- rename real
li4
->reli4
- rename real
li(n,x)
->reli(n,x)
The complex polylogarithm functions li*
now accept real arguments and always return a complex number.