testNativeLog.js (199B)
1 function testNativeLog() { 2 var a = new Array(5); 3 for (var i = 0; i < 5; i++) { 4 a[i] = Math.log(Math.pow(Math.E, 10)); 5 } 6 return a.join(","); 7 } 8 assertEq(testNativeLog(), "10,10,10,10,10");
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |