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 serhiy.storchaka
Recipients belopolsky, docs@python, mark.dickinson, rhettinger, serhiy.storchaka, stutzbach, terry.reedy, tim.peters
Date 2017-04-10.04:49:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <4909666.sEOa66sIsc@raxxla>
In-reply-to <1491785584.56.0.69680322682.issue29956@psf.upfronthosting.co.za>
Content
This is the original issue, it isn't invented by me. ``math.e`` is the nearest
representable value to the mathematical constant *e* and ``math.exp(x)`` is 
the nearest representable value to the mathematical constant *e* raised to the 
power *x*, but not the nearest representable value to ``math.e`` raised to the 
power *x*.
History
Date User Action Args
2017-04-10 04:49:12serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, rhettinger, terry.reedy, mark.dickinson, belopolsky, stutzbach, docs@python
2017-04-10 04:49:12serhiy.storchakalinkissue29956 messages
2017-04-10 04:49:12serhiy.storchakacreate