blob: 062869e8bf4c97f03ad8eef18a1a039422a411ce [file] [log] [blame]
function f(x) {
return Math.round(-Math.tan(x > 0))
}
f(2)
assertEq(f(-1), -0);