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 decode
d.
Required Methods
fn min_pos_norm_value() -> Self
Unstable (
flt2dec
): internal routines only exposed for testing
The minimum positive normalized value.
Implementors
impl DecodableFloat for f32
impl DecodableFloat for f64