Source code

Revision control

Copy as Markdown

Other Tools

for (var j = 0; j < 9999; ++j) {
(function() {
Math.pow(Math.fround(), Math.fround(0))
})();
}