assert_aprox_eq

Macro assert_aprox_eq 

Source
macro_rules! assert_aprox_eq {
    ($left:expr, $right:expr) => { ... };
}
Expand description

Behaves exactly like assert_eq but calls on the aprox_eq() function as provided by the AproxEq trait instead of eq() as provided by PartialEq.