Macro cgmath::relative_ne

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

Predicate for testing the approximate inequality of two values.