Releases: Expander/polylog.rs
Releases · Expander/polylog.rs
polylog 0.2.1
Changes:
- optimization of
li2()
andli3()
functions
polylog 0.2.0
New:
- implementation of trilogarithm
Changes:
- polylogarithms can now be imported via
use polylog::{Li2, Li3};
polylog 0.1.0
Initial release. Contains the implementation of the real and complex dilogarithm.