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
macro_rules! assert_array_relative_eq {
($expected_array:expr, $actual_array:expr, $epsilon:expr) => { ... };
}Assert that the relative difference of two arrays is small enough