Trait float_cmp::Ulps [] [src]

pub trait Ulps {
    type U;
    fn ulps(&self, other: &Self) -> Self::U;
}

Associated Types

type U

Required Methods

fn ulps(&self, other: &Self) -> Self::U

How many ULPs apart the two floating point numbers are.

Implementors