Serhiy Storchaka added the comment:

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*.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29956>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to