[][src]Macro cgmath::abs_diff_ne

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

Approximate inequality of using the absolute difference.