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