blob: 807782ce6e4d840731ffd5d54644ccd68809cddc [file] [log] [blame]
function f() {
var x = 2.6;
var y = 2.1;
return x % y;
}
assertEq(f(), 0.5);