isclose_py

Function isclose_py 

Source
pub fn isclose_py(
    a: f64,
    b: f64,
    rel_tol: Option<f64>,
    abs_tol: Option<f64>,
) -> bool
Expand description

Python-compatible wrapper function (concrete types)