Qint integer division #27
Labels
enhancement
New feature or request
python ast
Support for Python AST
unitaryhack
Issue for unitaryhack
Implement integer division
//
(known as floor_div) for Qint type using the following algorithm: Integer_division_(unsigned)_with_remainderHandle division by constant using the same optimization method used for multiplying with constant implemented in #36
Tasks:
floor_div
abstract method forQtype
Qint
ast.FloorDiv
test_int.py
Please read CONTRIBUTING.md before contributing.
The text was updated successfully, but these errors were encountered: