[−][src]Trait mini_math::NearlyEqual
Compare floating-point values using an epsilon
Required methods
fn nearly_equals(self, rhs: Self) -> bool
Implementations on Foreign Types
impl NearlyEqual for f32[src]
fn nearly_equals(self, rhs: Self) -> bool[src]
impl<T> NearlyEqual for Option<T> where
T: NearlyEqual, [src]
T: NearlyEqual,