blob: c96d19de46053b21ba00d79fd1bef863443962e2 [file] [log] [blame]
(function(stdlib) {
"use asm";
var pow = stdlib.Math.pow
function f() {
return +pow(.0, .0)
}
return f
})(this, {}, ArrayBuffer)()