js/src/jit-test/tests/ion/bug995826.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:d2a075d4d1b1
1 function f(x) {
2 return Math.round(-Math.tan(x > 0))
3 }
4 f(2)
5 assertEq(f(-1), -0);

mercurial