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 vstinner
Recipients mark.dickinson, martin.panter, ned.deily, rhettinger, serhiy.storchaka, steven.daprano, tim.peters, vstinner
Date 2016-08-28.13:11:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwbTTy2vtnshBg-9v=4Z=Jmr_mo=gX7F1CcpvK01nfNqxQ@mail.gmail.com>
In-reply-to <1472356894.09.0.127033708669.issue27761@psf.upfronthosting.co.za>
Content
Hum, "g = D(x**(1.0/n))" computes a float and then convert it to a decimal,
right?

Can we please add comments to explain why you start with float, compute
decimal and finish with float?

And maybe also document the algorithm?
History
Date User Action Args
2016-08-28 13:11:30vstinnersetrecipients: + vstinner, tim.peters, rhettinger, mark.dickinson, ned.deily, steven.daprano, martin.panter, serhiy.storchaka
2016-08-28 13:11:29vstinnerlinkissue27761 messages
2016-08-28 13:11:29vstinnercreate