Skip to content

polylog 2.0.0

Compare
Choose a tag to compare
@Expander Expander released this 09 Feb 11:23
· 65 commits to master since this release

New

  • implementation of real n-th order polylogarithm x.li(n) for all real numbers x: f64 and for all integers n: i32 with n >= 0

Changes

  • updated required rust edition to 2018
  • updated required dependency num to version 0.4
  • updated required dev-dependency rand to version 0.8