Macro cgmath::relative_eq

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

Predicate for testing the approximate equality of two values.