Trait float_traits::Underflow [] [src]

pub trait Underflow: Num {
    fn min_positive() -> Self;
fn unit_underflow() -> Self; }

Required Methods

Implementations on Foreign Types

impl Underflow for f32
[src]

[src]

[src]

impl Underflow for f64
[src]

[src]

[src]

Implementors