Commit Graph

11 Commits

Author SHA1 Message Date
Jeong YunWon
dc8057a1c2 Refactor snippets/testutil 2019-09-17 17:37:24 +09:00
Jeong YunWon
4a30090311 Fix int.__mod__ or negative 2019-08-19 02:57:38 +09:00
silmeth
5dddd02bca improve (de)serialization: no crash on BigInts, non-string map keys 2019-06-30 16:10:58 +02:00
Jeong YunWon
0bf7ff96b8 Special handling for base -1, 0, 1 for big exp 2019-05-02 23:11:00 +09:00
Jeong YunWon
c18615b6e5 Fix __builtins__.pow to perform modpow for 3rd argument 2019-05-02 22:59:08 +09:00
Jeong YunWon
8d4562b0bb Fix __builtins__.pow to reflect __rpow__ 2019-05-02 22:59:06 +09:00
Jeong YunWon
4c8f655d4e float.__round__ inf/nan support 2019-04-30 03:30:30 +09:00
Jeong YunWon
68e15a2bd8 Add basic float.__round__ without ndigits support 2019-04-30 03:11:31 +09:00
Jeong YunWon
6afe78c9a6 Add math.ceil / math.floor 2019-04-29 04:26:10 +09:00
Jeong YunWon
c3714c2eca Add math.trunc 2019-04-29 04:26:10 +09:00
silmeth
2182fa1bf5 rename old math tests (conflicting with math library imports) 2019-02-10 13:33:45 +01:00