Registry / utility / num-bigfloat

num-bigfloat

JSON →
library1.7.2rscratesunverified

Increased precision floating point numbers implemented purely in Rust.

# Cargo.toml [dependencies] num-bigfloat = "1.7.2"
INSTALL
IMPORT
SIG · NUM-BIGFLOAT
N
num-bigfloat
utilityrustv1.7.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BigFloat
use num_bigfloat::BigFloat;

Perform high-precision floating-point arithmetic.

use num_bigfloat::BigFloat; fn main() { let a = BigFloat::from(1.0); let b = BigFloat::from(3.0); let c = a / b; println!("1/3 = {}", c); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.7.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
num-bigfloat — cargo add num-bigfloat · libregistry