macro_rules! assert_almost_eq {
($a:expr, $b:expr, $prec:expr) => { ... };
}Expand description
Assert that two numbers are almost equal to each other.
On panic, this macro will print the values of the expressions with their debug representations.