Trait utils::epsilon::Epsilon [] [src]

pub trait Epsilon {
    fn epsilon() -> Self;
}

A trait for finding the smallest fraction possible with a given Float type.

Required Methods

fn epsilon() -> Self

Return the difference between 1 and the next lowest value that follows 1.

Implementors