pub fn isclose_py( a: f64, b: f64, rel_tol: Option<f64>, abs_tol: Option<f64>, ) -> bool
Python-compatible wrapper function (concrete types)