13.10.21 22:53, Peter Ludemann пише: > [*] Floating point x+y isn't always y+x, but floating point is its own > problematic world.
AFAIK floating point x+y is always y+x, but (x+y)+z is not always x+(y+z). _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/NNR3OD5KBCX2FAMOT5DBVGBZFDDKVMUC/ Code of Conduct: http://python.org/psf/codeofconduct/
