mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-17 01:51:39 +09:00
- Implement `math.isclose()` function with test case - Add `IsCloseArgs` struct for `keyword_only` argument: `rel_tol`, `abs_tol` - Change order of test case on `math_module.py` for readability - Clippy recommends using `std::f64::EPSILON` instead of `==` but purpose is different - Fix multiline declaration on the function parameters