Message 336629 - Python tracker

Message336629

Author serhiy.storchaka
Recipients brandtbucher, mark.dickinson, serhiy.storchaka
Date 2019-02-26.08:21:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551169274.48.0.779744484587.issue36117@roundup.psfhosted.org>
In-reply-to
Content
I don't think we should do this. In numerical computation we should not depend on exact floating point values, because is affected by computation errors. It would be hard to debug the program when some complex numbers are orderable, but other are not, and the difference between formers and latters is insignificant.
History
Date User Action Args
2019-02-26 08:21:14serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson, brandtbucher
2019-02-26 08:21:14serhiy.storchakasetmessageid: <1551169274.48.0.779744484587.issue36117@roundup.psfhosted.org>
2019-02-26 08:21:14serhiy.storchakalinkissue36117 messages
2019-02-26 08:21:14serhiy.storchakacreate