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

Compares two f64’s accounting for the epsilon.