Macro approx::relative_ne [] [src]

macro_rules! relative_ne {
    ($lhs:expr, $rhs:expr, $($opt:ident = $opt_val:expr),+) => { ... };
    ($lhs:expr, $rhs:expr) => { ... };
}

Predicate for testing the approximate inequality of two values.