comparison: js/src/jit-test/tests/ion/bug995675.js
js/src/jit-test/tests/ion/bug995675.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 function f(x) { |
|
2 return Math.cos(~(~Math.pow(Number.MAX_VALUE, x))) |
|
3 } |
|
4 f(-0) |
|
5 assertEq(f(undefined - undefined), 1) |