polylog 2.4.0

Rust implementation of polylogarithms.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.num]
version = "0.4"
[dev-dependencies.rand]
version = "0.8"

[package]
authors = ["Alexander Voigt <alexander.voigt@hs-flensburg.de>"]
description = "Rust implementation of polylogarithms."
edition = "2018"
homepage = "https://github.com/Expander/polylog"
license = "LGPL-3.0-only"
name = "polylog"
readme = "README.md"
repository = "https://github.com/Expander/polylog"
version = "2.4.0"