Macro acgmath::relative_eq []

macro_rules! relative_eq {
    ( $ lhs : expr , $ rhs : expr , $ ( $ opt : ident = $ opt_val : expr ) , + ) => { ... };
    ( $ lhs : expr , $ rhs : expr ) => { ... };
}

Predicate for testing the approximate equality of two values.