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 rhettinger
Recipients PedanticHacker, Stefan Pochmann, mark.dickinson, mcognetta, pablogsal, rhettinger, serhiy.storchaka, tim.peters
Date 2021-12-21.06:22:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640067757.52.0.0726626571616.issue37295@roundup.psfhosted.org>
In-reply-to
Content
> Just curious about why the focus on the newer exp2 and log2?

No particular reason, those happened to give slighy best results on macOS.  Across compilers, plain exp() is likely the most mature.

The quality of log() is irrelevant because it isn't used.  The table of log factorials can be precomputed to arbitrary exactness using tools other than the C math libraries.
History
Date User Action Args
2021-12-21 06:22:37rhettingersetrecipients: + rhettinger, tim.peters, mark.dickinson, serhiy.storchaka, PedanticHacker, mcognetta, Stefan Pochmann, pablogsal
2021-12-21 06:22:37rhettingersetmessageid: <1640067757.52.0.0726626571616.issue37295@roundup.psfhosted.org>
2021-12-21 06:22:37rhettingerlinkissue37295 messages
2021-12-21 06:22:37rhettingercreate