michael@0: function f(x) { michael@0: return (x != x) != Math.fround(x) michael@0: } michael@0: assertEq(f(0), f(0));