test262/test/built-ins/Math/round
Viktor b7bfcb4bd2 More tests for Math.round
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 )
2015-04-04 11:36:57 +05:00
..
S15.8.2.15_A1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.8.2.15_A2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.8.2.15_A3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.8.2.15_A4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.8.2.15_A5.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.8.2.15_A6.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.8.2.15_A7.js More tests for Math.round 2015-04-04 11:36:57 +05:00