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.08:33:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623227637.25.0.627615211475.issue44357@roundup.psfhosted.org>
In-reply-to
Content
+1. This is part of C99, so if it's also supported by Visual Studio, then this seems like a no-brainer. If it's _not_ also supported by Visual Studio, or if there are implementations that have serious numerical problems (as was the case with fma) we'll need to write our own fallback implementation, which is less simple.

In principle it should be relatively easy for a math library to provide a correctly-rounded cbrt.
History
Date User Action Args
2021-06-09 08:33:57mark.dickinsonsetrecipients: + mark.dickinson, lemburg, rhettinger, stutzbach, serhiy.storchaka, AjithRamachandran
2021-06-09 08:33:57mark.dickinsonsetmessageid: <1623227637.25.0.627615211475.issue44357@roundup.psfhosted.org>
2021-06-09 08:33:57mark.dickinsonlinkissue44357 messages
2021-06-09 08:33:56mark.dickinsoncreate