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-09.19:40:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491766806.72.0.311794011928.issue29956@psf.upfronthosting.co.za>
In-reply-to
Content
Nuances of expm1(), log1p(), log2() and log10() aren't beginner topics, but they are documented. I think it wouldn't harm if add "This is usually more accurate than ``e ** x`` or ``pow(e, x)``."

The only issue is how to distinguish ``math`` constant ``e`` from mathematical constant *e*.
History
Date User Action Args
2017-04-09 19:40:06serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, rhettinger, terry.reedy, mark.dickinson, belopolsky, stutzbach, docs@python
2017-04-09 19:40:06serhiy.storchakasetmessageid: <1491766806.72.0.311794011928.issue29956@psf.upfronthosting.co.za>
2017-04-09 19:40:06serhiy.storchakalinkissue29956 messages
2017-04-09 19:40:06serhiy.storchakacreate