pub fn fuzzy_compare(p1: f64, p2: f64) -> bool
Compares two floating point values and returns true if they are considered equal, otherwise false.