The discussion to this answer just got me thinking about equality and equivalence of floating point numbers. I am aware that floating point numbers can not always be represented accurately. The question is, are there mathematically equivalent expressions that will yield different results when using floating point arithmetic? Can you provide an example?
Edit: Let me be more clear. I am aware that the same code with different compilers or different machines can return different results. What I am looking for are two mathematically equivalent expressions that I can compare in my Python interpreter/C++ program/Whatever and get an unexpected result.