michael@0: function f(x, y) { return x || Math.fround(y); } michael@0: assertEq(f(0, 0), 0); michael@0: assertEq(f(0xfffffff, 0), 0xfffffff);