Registry / utility / ieee754

ieee754

JSON →
library0.2.6rscratesunverified

Low-level manipulations of IEEE754 floating-point numbers.

# Cargo.toml [dependencies] ieee754 = "0.2.6"
INSTALL
IMPORT
SIG · IEEE754
I
ieee754
utilityrustv0.2.6
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.

Ieee754
use ieee754::Ieee754;

Uses the Ieee754 trait to manipulate floating-point bit representations.

use ieee754::Ieee754; fn main() { let val = 3.14f32; let bits = val.to_bits(); println!("Bits: {}", bits); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.6latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
ieee754 — cargo add ieee754 · libregistry