comparison: js/src/jit-test/tests/ion/bug995675.js
js/src/jit-test/tests/ion/bug995675.js
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
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) |