Module decoder

Source
🔬This is a nightly-only experimental API. (flt2dec)
Expand description

Decodes a floating-point value into individual parts and error ranges.

Structs§

DecodedExperimental
Decoded unsigned finite value, such that:

Enums§

FullDecodedExperimental
Decoded unsigned value.

Traits§

DecodableFloatExperimental
A floating point type which can be decoded.

Functions§

decodeExperimental
Returns a sign (true when negative) and FullDecoded value from given floating point number.