Module std::num::flt2dec::decoder [] [src]

Unstable (flt2dec)

: internal routines only exposed for testing

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

Structs

Decoded [Unstable]

Decoded unsigned finite value, such that:

Enums

FullDecoded [Unstable]

Decoded unsigned value.

Traits

DecodableFloat [Unstable]

A floating point type which can be decoded.

Functions

decode [Unstable]

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