test262/test/built-ins/Math
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
..
E Reorganize ./test 2014-12-07 15:33:09 -08:00
LN2 Reorganize ./test 2014-12-07 15:33:09 -08:00
LN10 Reorganize ./test 2014-12-07 15:33:09 -08:00
LOG2E Reorganize ./test 2014-12-07 15:33:09 -08:00
LOG10E Reorganize ./test 2014-12-07 15:33:09 -08:00
PI Reorganize ./test 2014-12-07 15:33:09 -08:00
SQRT1_2 Reorganize ./test 2014-12-07 15:33:09 -08:00
SQRT2 Reorganize ./test 2014-12-07 15:33:09 -08:00
abs Reorganize ./test 2014-12-07 15:33:09 -08:00
acos Reorganize ./test 2014-12-07 15:33:09 -08:00
asin Reorganize ./test 2014-12-07 15:33:09 -08:00
atan Reorganize ./test 2014-12-07 15:33:09 -08:00
atan2 Reorganize ./test 2014-12-07 15:33:09 -08:00
ceil Reorganize ./test 2014-12-07 15:33:09 -08:00
clz32 ES6-specific tests: es5id=>es6id, new es6id entries. Closes gh-144 2015-02-12 16:36:13 -05:00
cos Reorganize ./test 2014-12-07 15:33:09 -08:00
exp Reorganize ./test 2014-12-07 15:33:09 -08:00
floor Reorganize ./test 2014-12-07 15:33:09 -08:00
fround ES6-specific tests: es5id=>es6id, new es6id entries. Closes gh-144 2015-02-12 16:36:13 -05:00
hypot ES6-specific tests: es5id=>es6id, new es6id entries. Closes gh-144 2015-02-12 16:36:13 -05:00
log Reorganize ./test 2014-12-07 15:33:09 -08:00
max Reorganize ./test 2014-12-07 15:33:09 -08:00
min Reorganize ./test 2014-12-07 15:33:09 -08:00
pow Reorganize ./test 2014-12-07 15:33:09 -08:00
random Reorganize ./test 2014-12-07 15:33:09 -08:00
round More tests for Math.round 2015-04-04 11:36:57 +05:00
sin Reorganize ./test 2014-12-07 15:33:09 -08:00
sqrt Reorganize ./test 2014-12-07 15:33:09 -08:00
tan Reorganize ./test 2014-12-07 15:33:09 -08:00
trunc ES6-specific tests: es5id=>es6id, new es6id entries. Closes gh-144 2015-02-12 16:36:13 -05:00