Skip to main content

approx_eq

Function approx_eq 

Source
pub fn approx_eq(a: f64, b: f64) -> bool
Expand description

Return true when two f64 values are within EPS of each other.