quad_gk 1.0.0

Pure rust numerical integration library based on Gauss Kronrod quadrature rule.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.rayon]
version = "1.10.0"

[package]
categories = ["science"]
description = "Pure rust numerical integration library based on Gauss Kronrod quadrature rule."
documentation = "https://docs.rs/quad_gk/"
edition = "2021"
homepage = "https://crates.io/crates/quad_gk"
keywords = ["math", "integral", "quadrature"]
license = "MIT"
name = "quad_gk"
readme = "README.md"
repository = "https://github.com/qdot3/quad_gk.git"
version = "1.0.0"