Mark Dickinson added the comment: Nope, no float issue here. :-) Which part of the output do you think is wrong?
Your last (z - z) is doing ((-0.0) - (-0.0)), not (-0.0 - 0.0). This is all following the IEEE 754 rules. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue22548> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com