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