tor-browser

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

recover-bug1236114.js (191B)


      1 function f(x) {
      2    return (!(Math.round(Math.hypot(Number.MIN_VALUE, Math.fround(x))) | 0) | 0) !== (Math.atanh(x) ? false : Math.tan(0))
      3 }
      4 f(Number.MIN_VALUE)
      5 assertEq(f(4294967295), true)