tor-browser

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

bug969203.js (117B)


      1 var f = function (x) {
      2    return Math.tan(Math.fround(Math.log(Math.fround(Math.exp(x)))));
      3 }
      4 assertEq(f(1), f(1));