/
var
/
www
/
cobraambalaj
/
node_modules
/
es5-ext
/
test
/
math
/
fround
/
/var/www/cobraambalaj/node_modules/es5-ext/test/math/fround
mkdir
upload
Name
Size
Mode
Actions
implement.js
145
0644
edit
dl
rm
index.js
51
0644
edit
dl
rm
is-implemented.js
79
0644
edit
dl
rm
shim.js
217
0644
edit
dl
rm
Edit:
/var/www/cobraambalaj/node_modules/es5-ext/test/math/fround/shim.js
(217B)
"use strict"; module.exports = function (t, a) { a(t({}), NaN, "NaN"); a(t(0), 0, "Zero"); a(t(Infinity), Infinity, "Infinity"); a(t(-Infinity), -Infinity, "-Infinity"); a(t(1.337), 1.3370000123977661, "1"); };
Save
cmd:
run