macro_rules! assert_approx_eq { ($left:expr, $right:expr, $epsilon:expr) => { ... }; }
断言两个值近似相等 (用于浮点数比较)