summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug969203.js
blob: bf44b94d7241b0a1af05c640875929d043d19f0e (plain)
1
2
3
4
var f = function (x) {
    return Math.tan(Math.fround(Math.log(Math.fround(Math.exp(x)))));
}
assertEq(f(1), f(1));