bug995826.js (88B)
1 function f(x) { 2 return Math.round(-Math.tan(x > 0)) 3 } 4 f(2) 5 assertEq(f(-1), -0);