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 Tonimore
Recipients Tonimore
Date 2019-05-23.11:55:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558612529.93.0.512106362254.issue37020@roundup.psfhosted.org>
In-reply-to
Content
Incorrect Multiplication result of number 40.95


>>> 40.94 * 100
4094.0

>>> 40.96 * 100
4096.0

but:
>>> 40.95 * 100
4095.0000000000005

checked with:
Python 2.7.15rc1 (default, Nov 12 2018, 14:31:15) 
and
Python 3.6.7 (default, Oct 22 2018, 11:32:17) 
[GCC 8.2.0] on linux
History
Date User Action Args
2019-05-23 11:55:29Tonimoresetrecipients: + Tonimore
2019-05-23 11:55:29Tonimoresetmessageid: <1558612529.93.0.512106362254.issue37020@roundup.psfhosted.org>
2019-05-23 11:55:29Tonimorelinkissue37020 messages
2019-05-23 11:55:29Tonimorecreate