Message 336869 - Python tracker (original) (raw)
Message336869
Author | zach.ware |
---|---|
Recipients | azihdoeun, terry.reedy, zach.ware |
Date | 2019-02-28.21:20:37 |
SpamBayes Score | -1.0 |
Marked as misclassified | Yes |
Message-id | 1551388837.39.0.302553004478.issue36151@roundup.psfhosted.org |
In-reply-to |
Content |
---|
This has nothing to do with IDLE and everything to do with how floating point numbers work; have a read through https://docs.python.org/3/tutorial/floatingpoint.html for an introduction to floating point. If you need exact decimal math, use the `decimal` module instead. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2019-02-28 21:20:37 | zach.ware | set | recipients: + zach.ware, terry.reedy, azihdoeun |
2019-02-28 21:20:37 | zach.ware | set | messageid: 1551388837.39.0.302553004478.issue36151@roundup.psfhosted.org |
2019-02-28 21:20:37 | zach.ware | link | issue36151 messages |
2019-02-28 21:20:37 | zach.ware | create |