Macro approx::ulps_eq [−][src]
macro_rules! ulps_eq {
    ($lhs : expr, $rhs : expr $(, $opt : ident = $val : expr) *) => { ... };
    ($lhs : expr, $rhs : expr $(, $opt : ident = $val : expr) *,) => { ... };
}Expand description
Approximate equality using both the absolute difference and ULPs (Units in Last Place).
