macro_rules! assert_within_pct {
($a:expr, $b:expr, $tol:expr) => { ... };
}Expand description
Assert that a is within (tol * 100)% of b.
macro_rules! assert_within_pct {
($a:expr, $b:expr, $tol:expr) => { ... };
}Assert that a is within (tol * 100)% of b.