pub fn assert_nearly_equal_array<T>(
    a: &[T],
    b: &[T],
    rel_tol: T,
    abs_tol: T,
    msg: &'static str
)where
    T: Float + Zero,
Expand description

Asserts that two given arrays are almost equal