[][src]Macro approx::ulps_ne

macro_rules! ulps_ne {
    ($lhs:expr, $rhs:expr $(, $opt:ident = $val:expr)*) => { ... };
    ($lhs:expr, $rhs:expr $(, $opt:ident = $val:expr)*,) => { ... };
}

Approximate inequality using both the absolute difference and ULPs (Units in Last Place).