Trait descartes::RoughEq[][src]

pub trait RoughEq: Sized {
    fn rough_eq_by(&self, other: Self, tolerance: N) -> bool;

    fn rough_eq(&self, other: Self) -> bool { ... }
}

Required Methods

Provided Methods

Implementors