Macro mathru::relative_ne[][src]

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

Approximate inequality using both the absolute difference and relative based comparisons.