This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author fredrikj
Recipients fredrikj, mark.dickinson
Date 2008-07-27.16:04:52
SpamBayes Score 0.33945316
Marked as misclassified No
Message-id <1217174695.83.0.942691912705.issue3451@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-07-27 16:04:56fredrikjsetrecipients: + fredrikj, mark.dickinson
2008-07-27 16:04:55fredrikjsetmessageid: <1217174695.83.0.942691912705.issue3451@psf.upfronthosting.co.za>
2008-07-27 16:04:54fredrikjlinkissue3451 messages
2008-07-27 16:04:54fredrikjcreate