Module core::num::flt2dec::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

Traits

Functions

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