macro_rules! assert_array_abs_diff_eq {
($expected_array:expr, $actual_array:expr, $epsilon:expr) => { ... };
}Expand description
Assert that the absolute difference of two arrays is small enough
macro_rules! assert_array_abs_diff_eq {
($expected_array:expr, $actual_array:expr, $epsilon:expr) => { ... };
}Assert that the absolute difference of two arrays is small enough