michael@0: michael@0: function f() { michael@0: var x = 2.6; michael@0: var y = 2.1; michael@0: return x % y; michael@0: } michael@0: assertEq(f(), 0.5); michael@0: