qd 0.7.7

Extended precision floating point arithmetic
Documentation
[[bench]]
name = "bench"
path = "benches/bench.rs"

[dependencies.bytemuck]
default-features = false
version = "1.22.0"

[dependencies.libm]
version = "0.2.11"

[dependencies.num-traits]
default-features = false
version = "0.2.19"

[dependencies.pulp]
default-features = false
version = "0.21.4"

[features]
default = ["std"]
std = ["pulp/std", "num-traits/std"]

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

[package]
authors = ["sarah <>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Extended precision floating point arithmetic"
edition = "2021"
keywords = ["math", "floating-point", "precision"]
license = "MIT"
name = "qd"
readme = "README.md"
repository = "https://github.com/sarah-quinones/qd/"
version = "0.7.7"