Marcin Pajkowski
|
650a9b2255
|
Add tests for math.modf
|
2019-08-17 23:15:12 +02:00 |
|
johan.park
|
c8d8acdcdf
|
Fix TypeError issue
- Using python reference type instead of arg_check
- Add TypeError assertion on test case
- Add TypeError assertion of frexp method
|
2019-08-17 00:44:00 +09:00 |
|
johan.park
|
b38a280ea1
|
Update ldexp module of math
|
2019-08-16 23:03:55 +09:00 |
|
johan.park
|
48ae9a309d
|
Update factorial module of math
- Implement factorial function with test case
- Deal with Negative input as a ValueError
|
2019-08-16 14:28:35 +09:00 |
|
yf
|
7b9d54f77a
|
Add math.gcd
|
2019-08-08 01:51:46 +08:00 |
|
Jeong YunWon
|
d223af645b
|
Add math.frexp
|
2019-05-17 01:12:43 +09:00 |
|
Jeong YunWon
|
6afe78c9a6
|
Add math.ceil / math.floor
|
2019-04-29 04:26:10 +09:00 |
|