pub trait IsCloseFloat { // Required method fn is_close(self, other: Self, rel_tol: Self, abs_tol: Self) -> bool; }