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 Whitequill Riclo
Recipients Whitequill Riclo
Date 2019-07-31.04:19:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564546742.66.0.212195941437.issue37727@roundup.psfhosted.org>
In-reply-to
Content
I have found that when doing the calculation when running:

pow(1 + 1/100000000000000, 100000000000000) = 2.716110034087023

pow(1 + 1/1000000000000000, 1000000000000000) = 3.03503520654962

This is incorrect as the following is a well known way to calculate Euler's number.
I do not know what component is the cause so I just picked one.
History
Date User Action Args
2019-07-31 04:19:02Whitequill Riclosetrecipients: + Whitequill Riclo
2019-07-31 04:19:02Whitequill Riclosetmessageid: <1564546742.66.0.212195941437.issue37727@roundup.psfhosted.org>
2019-07-31 04:19:02Whitequill Riclolinkissue37727 messages
2019-07-31 04:19:02Whitequill Riclocreate