polylog 2.4.0

Rust implementation of polylogarithms.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "polylog"
version = "2.4.0"
authors = ["Alexander Voigt <alexander.voigt@hs-flensburg.de>"]
license = "LGPL-3.0-only"
readme = "README.md"
description = "Rust implementation of polylogarithms."
homepage = "https://github.com/Expander/polylog"
repository = "https://github.com/Expander/polylog"
edition = '2018'

[dependencies]
num = "0.4"

[dev-dependencies]
rand = "0.8"