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.11:45:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471002325.89.0.780117134587.issue27181@psf.upfronthosting.co.za>
In-reply-to
Content
> According to my testing, math.pow(x, 0.5) is no worse than sqrt.

It certainly is worse than sqrt, both in terms of speed and accuracy. Whether the difference is enough to make it worth special-casing is another question, of course, and as you say, that can happen later.
History
Date User Action Args
2016-08-12 11:45:25mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, steven.daprano, cool-RR, python-dev, martin.panter
2016-08-12 11:45:25mark.dickinsonsetmessageid: <1471002325.89.0.780117134587.issue27181@psf.upfronthosting.co.za>
2016-08-12 11:45:25mark.dickinsonlinkissue27181 messages
2016-08-12 11:45:25mark.dickinsoncreate