13 Commits

Author SHA1 Message Date
carbotaniuman
9faed3582a Address review 2020-12-21 22:29:15 -06:00
carbotaniuman
0ff37540ab Add fsum to the math module 2020-12-19 19:32:08 -06:00
hyperbora
babebf0794 fix math.acosh 2020-10-31 00:26:18 +09:00
Noah
e772b42f36 Fix a few math tests and implement nextafter in rust 2020-10-25 13:43:33 -05:00
Árni Dagur
ab444d0a3e Correct value of sys.float_info.min 2020-10-22 18:30:51 +00:00
Árni Dagur
da2bd5ea86 Implement math.ulp 2020-10-21 23:41:47 +00:00
Árni Dagur
72608545f3 Implement math.isqrt in Rust 2020-10-06 17:58:58 +00:00
hyperbora
c6ea8f9907 fix math.acos and math.asin 2020-10-03 22:37:43 +09:00
hyperbora
a1437a5be5 fix math.sqrt 2020-10-03 12:37:07 +09:00
Jeong YunWon
8e8efe0ec8 reform every TODO: RUSTPYTHON to same format 2020-06-17 18:47:13 +09:00
Noah
3ba023b738 Add todos in front of unittest.skip("RustPython") notes 2020-05-26 15:27:12 -05:00
TheAnyKey
b7e91677a7 simplified implementation and commented tests 2020-05-10 20:53:09 +00:00
TheAnyKey
ab9c2f2251 imported tests from cpython 3.6a5 for math. skipping all failing tests 2020-05-08 17:37:36 +00:00