Trait std::num::flt2dec::DecodableFloat [] [src]

pub trait DecodableFloat: Copy + Float {
    fn min_pos_norm_value() -> Self;
}
Unstable (flt2dec)

: internal routines only exposed for testing

A floating point type which can be decoded.

Required Methods

fn min_pos_norm_value() -> Self

Unstable (flt2dec)

: internal routines only exposed for testing

The minimum positive normalized value.

Implementors