[package]
edition = "2024"
name = "bigfloat"
version = "0.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A safe, production-ready wrapper around MPFR for arbitrary-precision floating-point arithmetic."
homepage = "https://github.com/z-rust/bigfloat"
documentation = "https://docs.rs/bigfloat"
readme = "README.md"
keywords = [
"bigfloat",
"mpfr",
"arbitrary-precision",
"floating-point",
"math",
]
categories = [
"science",
"mathematics",
]
license = "GPL-3.0"
repository = "https://github.com/z-rust/bigfloat"
[lib]
name = "bigfloat"
path = "src/lib.rs"
[[test]]
name = "arithmetic"
path = "tests/arithmetic.rs"
[dependencies.gmp-mpfr-sys]
version = "1.7.1"