Macro bonsaidb::core::assert_f64_eq
macro_rules! assert_f64_eq { ($a:expr, $b:expr) => { ... }; }
Expand description
Compares two f64’s accounting for the epsilon.
macro_rules! assert_f64_eq { ($a:expr, $b:expr) => { ... }; }
Compares two f64’s accounting for the epsilon.