bigfloat 0.0.0

A safe, production-ready wrapper around MPFR for arbitrary-precision floating-point arithmetic.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "bigfloat"
version = "0.0.0"
edition = "2024"
description = "A safe, production-ready wrapper around MPFR for arbitrary-precision floating-point arithmetic."
license = "GPL-3.0"
repository = "https://github.com/z-rust/bigfloat"
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"]

[dependencies]
gmp-mpfr-sys = "1.7.1"