assert_array_relative_eq

Macro assert_array_relative_eq 

Source
macro_rules! assert_array_relative_eq {
    ($expected_array:expr, $actual_array:expr, $epsilon:expr) => { ... };
}
Expand description

Assert that the relative difference of two arrays is small enough