comparison: js/src/jit-test/tests/ion/bug969203.js
js/src/jit-test/tests/ion/bug969203.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 var f = function (x) { |
|
2 return Math.tan(Math.fround(Math.log(Math.fround(Math.exp(x))))); |
|
3 } |
|
4 assertEq(f(1), f(1)); |