macro_rules! assert_f_eq {
($left:expr, $right:expr) => { ... };
}Expand description
Compare two floats are equal using f32::EPSILON
macro_rules! assert_f_eq {
($left:expr, $right:expr) => { ... };
}Compare two floats are equal using f32::EPSILON