macro_rules! assert_decimated_slope_feq_fine {
    ($vec:expr, $decimate:expr, $cmp_vec:expr) => { ... };
}
Expand description

Calculates the (linear) slope between consequtive values in $vec and compares the slopes with $cmp_vec with a precision of 0.0000001. This macro only looks at every $decimate slope.