Macro mathru::abs_diff_ne[][src]

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

Approximate inequality using the absolute difference.