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