summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/modulo.py
Commit message (Collapse)AuthorAge
* Fixed floor division on mp ints and small ints. Added a floordivide test case.Rachel Dowdall2014-03-22
|
* Fixed modulo operator on ints and mp ints to agree with python. Added ↵Rachel Dowdall2014-03-22
intdivmod.c and tests/basics/modulo.py.