Const fuzzy_epsilon

float

Additional general-purpose comparison functionality.

Interface FuzzyEq

Method fuzzy_eq

fn fuzzy_eq(other: & self) -> bool

Implementation of FuzzyEq for float

Method fuzzy_eq

fn fuzzy_eq(other: & float) -> bool

Implementation of FuzzyEq for f32

Method fuzzy_eq

fn fuzzy_eq(other: & f32) -> bool

Implementation of FuzzyEq for f64

Method fuzzy_eq

fn fuzzy_eq(other: & f64) -> bool