Skip to content

Releases: Expander/polylog.rs

polylog 0.2.1

27 Sep 12:23
Compare
Choose a tag to compare

Changes:

  • optimization of li2() and li3() functions

polylog 0.2.0

26 Sep 20:22
Compare
Choose a tag to compare

New:

  • implementation of trilogarithm

Changes:

  • polylogarithms can now be imported via use polylog::{Li2, Li3};

polylog 0.1.0

25 Sep 19:12
Compare
Choose a tag to compare

Initial release. Contains the implementation of the real and complex dilogarithm.