macro_rules! assert_float_eq { ($a:expr, $b:expr) => { ... }; }
Macro version for asserting float equality.