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

Unstable (flt2dec)

: internal routines only exposed for testing

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

Reexports

use prelude::v1::*;
use ::{f32, f64};
use num::{Float, FpCategory};

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.