// Typed functions to be compiled by Ion. function roundD(x) { return Math.round(x); } function roundI(x) { return Math.round(x); }
function test() { // Always run this function in the interpreter.
with ({}) {}
for (var i = 0; i < roundDTests.length; i++)
assertEq(roundD(roundDTests[i][0]), roundDTests[i][1]); for (var i = 0; i < roundITests.length; i++)
assertEq(roundI(roundITests[i][0]), roundITests[i][1]);
}
for (var i = 0; i < 40; i++)
test();
Messung V0.5
[ Verzeichnis aufwärts0.11unsichere Verbindung
Übersetzung europäischer Sprachen durch Browser
]