Draft: Fix mul() to work with negative arguments
1 unresolved thread
1 unresolved thread
This merge request should solve #1 (closed) and #2 (closed)
Edited by Vladimir Onoprienko
Merge request reports
Activity
requested review from @debol
requested review from @emortikov and removed review request for @debol
mentioned in issue #1 (closed)
We can order arguments by their absolute values. And then call add() using the "bigger" argument as many times as the "smaller" one.
I think we should start a new issue about the symmetric
mul()
algorithm. And hold on this MR till we resolve that issue.Edited by Vladimir Onoprienkocreated #2 (closed) to continue this discussion
mentioned in issue #2 (closed)
Please register or sign in to reply