almost_le

Function almost_le 

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

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