macro_rules! assert_almost_eq {
    ($a:expr, $b:expr) => { ... };
    ($a:expr, $b:expr, $prec:expr) => { ... };
}
Expand description

Only exposed for use in doc comments. This macro is not considered part of this crate’s stable API.