April 10, 2017
12:49 a.m.
Serhiy Storchaka added the comment: 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*. ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29956> _______________________________________