summaryrefslogtreecommitdiff
path: root/tests/basics/modulo.py
AgeCommit message (Collapse)Author
2014-03-22Fixed floor division on mp ints and small ints. Added a floordivide test case.Rachel Dowdall
2014-03-22Fixed modulo operator on ints and mp ints to agree with python. Added ↵Rachel Dowdall
intdivmod.c and tests/basics/modulo.py.