[[bench]]
harness = false
name = "arithmetic"
[dependencies.libm]
version = "0.2"
[dependencies.rand]
optional = true
version = "0.8.5"
[dependencies.rand_distr]
optional = true
version = "0.4.3"
[dev-dependencies.criterion]
version = "0.3"
[features]
default = []
rand = ["dep:rand", "dep:rand_distr"]
[package]
authors = ["Matthew Cramerus <suremarc.pm@gmail.com>"]
categories = ["mathematics", "no-std"]
description = "2-adic double-precision floating-point implementation"
documentation = "https://docs.rs/acid2"
edition = "2021"
homepage = "https://github.com/suremarc/acid2"
keywords = ["math", "modular", "float", "padic", "number"]
license = "MIT OR Apache-2.0"
name = "acid2"
readme = "README.md"
repository = "https://github.com/suremarc/acid2"
resolver = "2"
version = "0.1.3"