Registry / utility / i-float

i-float

JSON →
library1.16.0rscratesunverified

This fixed float math library provides an efficient and deterministic solution for arithmetic and geometric operations.

# Cargo.toml [dependencies] i_float = "1.16.0"
INSTALL
IMPORT
SIG · I-FLOAT
I
i-float
utilityrustv1.16.0
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.

FixedFloat
use i_float::fixed::FixedFloat;

Performs arithmetic with fixed-point numbers.

use i_float::fixed::FixedFloat; fn main() { let a = FixedFloat::from_f64(3.14); let b = FixedFloat::from_f64(2.0); println!("{}", a + b); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.16.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
i-float — cargo add i-float · libregistry