pub fn approx_eq_f64(a: f64, b: f64, epsilon: f64) -> bool
Returns whether two values are approximately equal.