🔬This is a nightly-only experimental API. (
flt2dec
)Expand description
Decodes a floating-point value into individual parts and error ranges.
Structs§
- Decoded
Experimental - Decoded unsigned finite value, such that:
Enums§
- Full
Decoded Experimental - Decoded unsigned value.
Traits§
- Decodable
Float Experimental - A floating point type which can be
decode
d.
Functions§
- decode
Experimental - Returns a sign (true when negative) and
FullDecoded
value from given floating point number.