puruspe 0.4.2

Pure Rust Special function library
Documentation
[dependencies.lambert_w]
default-features = false
features = ["std"]
version = "1.2.10"

[dependencies.num-complex]
version = "0.4"

[dev-dependencies.approx]
version = "0.5"

[dev-dependencies.peroxide]
features = ["plot"]
version = "0.40"

[dev-dependencies.proptest]
version = "1.6.0"

[lib]
name = "puruspe"
path = "src/lib.rs"

[package]
authors = ["Axect <axect@outlook.kr>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "mathematics"]
description = "Pure Rust Special function library"
edition = "2018"
exclude = ["src/bin/", "examples/", "scripts/"]
keywords = ["gamma", "special", "beta", "erf"]
license = "MIT OR Apache-2.0"
name = "puruspe"
readme = "README.md"
repository = "https://github.com/Axect/puruspe"
version = "0.4.2"

[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "katex-header.html", "--cfg", "docsrs"]

[[test]]
name = "bessel_test"
path = "tests/bessel_test.rs"

[[test]]
name = "beta_test"
path = "tests/beta_test.rs"

[[test]]
name = "dawson_test"
path = "tests/dawson_test.rs"

[[test]]
name = "erf_test"
path = "tests/erf_test.rs"

[[test]]
name = "erfcx_test"
path = "tests/erfcx_test.rs"

[[test]]
name = "factorial_test"
path = "tests/factorial_test.rs"

[[test]]
name = "faddeeva_test"
path = "tests/faddeeva_test.rs"

[[test]]
name = "gamma_test"
path = "tests/gamma_test.rs"

[[test]]
name = "gammp_test"
path = "tests/gammp_test.rs"

[[test]]
name = "lambert_w_test"
path = "tests/lambert_w_test.rs"