-
-
Notifications
You must be signed in to change notification settings - Fork 15
Qint integer division #27
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestpython astSupport for Python ASTSupport for Python ASTunitaryhackIssue for unitaryhackIssue for unitaryhack
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpython astSupport for Python ASTSupport for Python ASTunitaryhackIssue for unitaryhackIssue 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_divabstract method forQtypeQintast.FloorDivtest_int.pyPlease read CONTRIBUTING.md before contributing.