[issue12345] Add math.tau

STINNER Victor report at bugs.python.org
Fri Aug 12 08:19:13 EDT 2016


STINNER Victor added the comment:

> math.e**500 = math.exp(math.log(math.e)*500)

That's the theory if numbers have an infinite precision. In practice,
intermediate results are rounded and have a limited precision.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12345>
_______________________________________


More information about the Python-bugs-list mailing list