michael@0: function f() { michael@0: return (42.0 + Math.abs(1.0e60)) | 0; michael@0: } michael@0: assertEq(f(), 0); michael@0: assertEq(f(), 0);