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 belopolsky, docs@python, mark.dickinson, rhettinger, serhiy.storchaka, stutzbach, terry.reedy, tim.peters
Date 2017-04-10.00:53:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491785584.56.0.69680322682.issue29956@psf.upfronthosting.co.za>
In-reply-to
Content
> The only issue is how to distinguish ``math`` constant ``e``
> from mathematical constant *e*.

Sorry, I think you're inventing an issue here.  ``math.e`` is the nearest representable value to the mathematical constant *e*.  This is no more interesting or useful that distinguishing ``math.pi`` from the mathematical constant *pi*.  I don't know of any other language that tries to split hairs like this.
History
Date User Action Args
2017-04-10 00:53:04rhettingersetrecipients: + rhettinger, tim.peters, terry.reedy, mark.dickinson, belopolsky, stutzbach, docs@python, serhiy.storchaka
2017-04-10 00:53:04rhettingersetmessageid: <1491785584.56.0.69680322682.issue29956@psf.upfronthosting.co.za>
2017-04-10 00:53:04rhettingerlinkissue29956 messages
2017-04-10 00:53:04rhettingercreate