/
var
/
www
/
cobraambalaj
/
node_modules
/
es5-ext
/
test
/
math
/
log2
/
/var/www/cobraambalaj/node_modules/es5-ext/test/math/log2
mkdir
upload
Name
Size
Mode
Actions
implement.js
143
0644
edit
dl
rm
index.js
51
0644
edit
dl
rm
is-implemented.js
79
0644
edit
dl
rm
shim.js
244
0644
edit
dl
rm
Edit:
/var/www/cobraambalaj/node_modules/es5-ext/test/math/log2/shim.js
(244B)
"use strict"; module.exports = function (t, a) { a(t({}), NaN, "NaN"); a(t(-0.5), NaN, "Less than 0"); a(t(0), -Infinity, "0"); a(t(1), 0, "1"); a(t(Infinity), Infinity, "Infinity"); a(t(3).toFixed(15), "1.584962500721156", "Other"); };
Save
cmd:
run