[][src]Macro average::assert_almost_eq

macro_rules! assert_almost_eq {
    ($a:expr, $b:expr, $prec:expr) => { ... };
}

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.