Trait nekolib::math::is_close_float::IsCloseFloat
source · pub trait IsCloseFloat {
// Required method
fn is_close(self, other: Self, rel_tol: Self, abs_tol: Self) -> bool;
}
pub trait IsCloseFloat {
// Required method
fn is_close(self, other: Self, rel_tol: Self, abs_tol: Self) -> bool;
}