pub fn is_close_to(value: f64, target: f64, tolerance: f64) -> bool
Validates if a floating point number is within a tolerance of a target