macro_rules! ulps_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 using a maximum ULPs (Units in Last Place).