Crate ibmfloat

Source
Expand description

A Rust library for IBM floating point numbers, specifically focused on converting them to IEEE-754 floating point values.

See F32 for 32-bit floats and F64 for 64-bit floats.

Structsยง

F32
A 32-bit IBM floating point number.
F64
A 64-bit IBM floating point number.