Module decoder
Decodes a floating-point value into individual parts and error ranges.
Structs
- Decoded Decoded unsigned finite value, such that:
Enums
- FullDecoded Decoded unsigned value.
Traits
-
DecodableFloat
A floating point type which can be
decoded.
Functions
-
decode
Returns a sign (true when negative) and
FullDecodedvalue from given floating point number.