Files
RustPython/vm
Johan 6270344740 Update isclose module of math (#1532)
- 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
2019-10-16 23:25:53 +09:00
..
2019-10-11 15:48:56 -05:00
2019-10-16 23:25:53 +09:00
2018-07-07 17:14:45 +02:00
2019-10-15 21:40:59 +09:00