Damien George
|
04552ff71b
|
py: Implement raising a big-int to a negative power.
Before this patch raising a big-int to a negative power would just return
0. Now it returns a floating-point number with the correct value.
|
2017-07-25 11:49:22 +10:00 |
Damien George
|
e5635f4ab3
|
py: Catch all cases of integer (big and small) division by zero.
|
2015-10-01 22:48:48 +01:00 |
Damien George
|
a81539db25
|
tests: Add further tests for mpz code.
|
2015-10-01 18:49:37 +01:00 |
Damien George
|
214179b430
|
tests: Add tests for SyntaxError, TypeError, and other missing things.
This is intended to improve coverage of the test suite.
|
2015-03-25 23:10:09 +00:00 |
Damien George
|
086a7616dd
|
tests: Add tests for boundmeth; and bignum cmp, unary, float, error.
|
2015-03-03 16:45:39 +00:00 |