Function almost_ge

Source
pub fn almost_ge(val1: f64, val2: f64, epsilon: Option<f64>) -> bool
Expand description

Returns true if val1 is greater than or equal to val2 with some error margin, epsilon