[][src]Macro cgmath::relative_ne

macro_rules! relative_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 relative based comparisons.