[][src]Crate ibmfloat

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.