tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

bug995826.js (88B)


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