[−][src]Trait la::ApproxEq
Trait for testing approximate equality
Trait for testing approximate equality
fn approx_epsilon() -> Epsfn approx_eq(&self, other: &Self) -> boolfn approx_eq_eps(&self, other: &Self, approx_epsilon: &Eps) -> boolimpl ApproxEq<f32> for f32[src]fn approx_epsilon() -> f32[src]fn approx_eq(&self, other: &f32) -> bool[src]fn approx_eq_eps(&self, other: &f32, approx_epsilon: &f32) -> bool[src]impl ApproxEq<f64> for f64[src]fn approx_epsilon() -> f64[src]fn approx_eq(&self, other: &f64) -> bool[src]fn approx_eq_eps(&self, other: &f64, approx_epsilon: &f64) -> bool[src]