Message70325
For your convenience, I have split the division and numeral code off to
a standalone .py file which I'm attaching here.
I also updated the remainder logic to use the default divmod instead of
repeated subtraction, which ensures worst-case performance similar to
the builtin divmod in the very unlikely case that div_newton would
return junk. |
|
| Date |
User |
Action |
Args |
| 2008-07-27 16:04:56 | fredrikj | set | recipients:
+ fredrikj, mark.dickinson |
| 2008-07-27 16:04:55 | fredrikj | set | messageid: <[email protected]> |
| 2008-07-27 16:04:54 | fredrikj | link | issue3451 messages |
| 2008-07-27 16:04:54 | fredrikj | create | |
|