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 marco_ocram
Recipients marco_ocram, mark.dickinson, rhettinger, ronaldoussoren, stutzbach, veky
Date 2020-08-20.19:21:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597951260.99.0.0287103139743.issue41598@roundup.psfhosted.org>
In-reply-to
Content
print(a := rnd(rnd(2.8-1.3, 15)))
print(b := rnd(rnd(1.8-1.3, 15)))
print(a == b)

results ...

2.0
1.0
False

it's the last significative digit that have problems, we could work on the code to correct this and experiment if someone is interested. by the way the last ultra successful excel 365 - i've just tried - have the same problem. we can do better then ms?
History
Date User Action Args
2020-08-20 19:21:01marco_ocramsetrecipients: + marco_ocram, rhettinger, ronaldoussoren, mark.dickinson, stutzbach, veky
2020-08-20 19:21:00marco_ocramsetmessageid: <1597951260.99.0.0287103139743.issue41598@roundup.psfhosted.org>
2020-08-20 19:21:00marco_ocramlinkissue41598 messages
2020-08-20 19:21:00marco_ocramcreate