michael@0: function f(x) { michael@0: return Math.round(-Math.tan(x > 0)) michael@0: } michael@0: f(2) michael@0: assertEq(f(-1), -0);