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 mark.dickinson
Recipients cool-RR, mark.dickinson, martin.panter, python-dev, rhettinger, steven.daprano
Date 2016-08-12.07:44:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470987880.25.0.805744755142.issue27181@psf.upfronthosting.co.za>
In-reply-to
Content
What no patch for pre-commit review?!

For computing nth roots, it may be worth special-casing the case n=2: for floats, `math.sqrt` is likely to be faster and more precise than an ad-hoc algorithm. (Indeed, I'd expect it to be perfectly correctly rounded on the vast majority of current machines.)
History
Date User Action Args
2016-08-12 07:44:40mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, steven.daprano, cool-RR, python-dev, martin.panter
2016-08-12 07:44:40mark.dickinsonsetmessageid: <1470987880.25.0.805744755142.issue27181@psf.upfronthosting.co.za>
2016-08-12 07:44:40mark.dickinsonlinkissue27181 messages
2016-08-12 07:44:39mark.dickinsoncreate