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 AjithRamachandran, lemburg, mark.dickinson, rhettinger, serhiy.storchaka, stutzbach
Date 2021-06-09.12:29:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623241761.9.0.40254684061.issue44357@roundup.psfhosted.org>
In-reply-to
Content
There's also a decent chance that a libm implementation of cbrt will be correctly rounded, while `x**(1/3)` is highly unlikely to be so.
History
Date User Action Args
2021-06-09 12:29:21mark.dickinsonsetrecipients: + mark.dickinson, lemburg, rhettinger, stutzbach, serhiy.storchaka, AjithRamachandran
2021-06-09 12:29:21mark.dickinsonsetmessageid: <1623241761.9.0.40254684061.issue44357@roundup.psfhosted.org>
2021-06-09 12:29:21mark.dickinsonlinkissue44357 messages
2021-06-09 12:29:21mark.dickinsoncreate