macro_rules! assert_fuzzy_eq {
    ( $ left : expr , $ right : expr, $ tol : expr ) => { ... };
}
Expand description

Assert macro to check whether to floats are equal within a given tolerance