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 MrPhenomenal3110
Recipients MrPhenomenal3110, paul.moore, steve.dower, tim.golden, zach.ware
Date 2022-04-05.04:30:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1649133024.48.0.931607557549.issue47225@roundup.psfhosted.org>
In-reply-to
Content
There is an issue when subtracting float numbers ...
for e.g.
print (5.67 - 5.6)
gives an output : 0.07000000000000028
History
Date User Action Args
2022-04-05 04:30:24MrPhenomenal3110setrecipients: + MrPhenomenal3110, paul.moore, tim.golden, zach.ware, steve.dower
2022-04-05 04:30:24MrPhenomenal3110setmessageid: <1649133024.48.0.931607557549.issue47225@roundup.psfhosted.org>
2022-04-05 04:30:24MrPhenomenal3110linkissue47225 messages
2022-04-05 04:30:24MrPhenomenal3110create