Jörn Heissler <launchpad2...@tutnicht.de> added the comment:

> round(9.925, 2) => 9.93

9.925 is 9.925000000000000710542735760100185871124267578125 on my platform.
This is larger than 9.925, so the "round-ties-to-even" rule can't be applied. 
Instead it is rounded up to 9.93 
(9.92999999999999971578290569595992565155029296875).

----------
nosy: +joernheissler

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39124>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to