Tim Peters added the comment:

> What is the rounding mode used by true division,

For binary floats?  It inherits whatever the platform C's x/y double division 
uses.  Should be nearest/even on "almost all" platforms now, unless the user 
fiddles with their FPU's rounding flags.

----------

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

Reply via email to