mirror of https://github.com/tc39/test262.git
b7bfcb4bd2
Seems, Math.round(x) is implemented as `Math.floor(x + 0.5)` in some JavaScript engines. The "Note 2 for Math.round" was fixed for ES6 (see http://es5.github.io/#x15.8.2.15 and https://people.mozilla.org/~jorendorff/es6-draft.html#sec-math.round ) |
||
---|---|---|
.. | ||
S15.8.2.15_A1.js | ||
S15.8.2.15_A2.js | ||
S15.8.2.15_A3.js | ||
S15.8.2.15_A4.js | ||
S15.8.2.15_A5.js | ||
S15.8.2.15_A6.js | ||
S15.8.2.15_A7.js |