Test to see if two reals are the same. Regard NaN's as equivalent. Regard +0 and -0 as different.
first operand
second operand
true if x1 is x2 else false
See Implementation
Test to see if two reals are the same. Regard NaN's as equivalent. Regard +0 and -0 as different.