Trait float_traits::Underflow
[−]
[src]
pub trait Underflow: Num { fn min_positive() -> Self; fn unit_underflow() -> Self; }
pub trait Underflow: Num { fn min_positive() -> Self; fn unit_underflow() -> Self; }
fn min_positive() -> Selffn unit_underflow() -> Selfimpl Underflow for f32[src]fn min_positive() -> Self[src]fn unit_underflow() -> Self[src]impl Underflow for f64[src]fn min_positive() -> Self[src]fn unit_underflow() -> Self[src]