Skip to content

PolyLog.jl 2.0.0

Compare
Choose a tag to compare
@Expander Expander released this 14 May 11:33
· 69 commits to main since this release

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.