comparison: js/src/jit-test/tests/ion/bug995826.js
js/src/jit-test/tests/ion/bug995826.js
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
1 function f(x) { |
|
2 return Math.round(-Math.tan(x > 0)) |
|
3 } |
|
4 f(2) |
|
5 assertEq(f(-1), -0); |