Macro assert_within_pct

Source
macro_rules! assert_within_pct {
    ($a:expr, $b:expr, $tol:expr) => { ... };
}
Expand description

Assert that a is within (tol * 100)% of b.