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 Gideon, mark.dickinson, rhettinger, serhiy.storchaka, tim.peters
Date 2021-11-28.21:00:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
See also previous discussion towards the end of https://bugs.python.org/issue3366.

FWIW, I don't think there's value in adding exp2 to the cmath module too: we'd have to write our own implementation, and it's just not a function that appears often in the complex world.
History
Date User Action Args
2021-11-28 21:00:41mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, rhettinger, serhiy.storchaka, Gideon
2021-11-28 21:00:41mark.dickinsonsetmessageid: <[email protected]>
2021-11-28 21:00:41mark.dickinsonlinkissue45917 messages
2021-11-28 21:00:41mark.dickinsoncreate