1 2 3 4 5 6
function f() { return Math.abs(~(Math.tan())); } for (var i=0; i<1000; i++) assertEq(f(i), 1);