Macro pliantdb_core::assert_f64_eq [−][src]
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.