pub fn almost_ge(val1: f64, val2: f64, epsilon: Option<f64>) -> bool
Returns true if val1 is greater than or equal to val2 with some error margin, epsilon
val1
val2
epsilon