/
var
/
www
/
greso.tech
/
server
/
nsm
/
node_modules
/
es5-ext
/
math
/
fround
/
/var/www/greso.tech/server/nsm/node_modules/es5-ext/math/fround
mkdir
upload
Name
Size
Mode
Actions
implement.js
189
0644
edit
dl
rm
index.js
97
0644
edit
dl
rm
is-implemented.js
171
0644
edit
dl
rm
shim.js
736
0644
edit
dl
rm
Edit:
/var/www/greso.tech/server/nsm/node_modules/es5-ext/math/fround/is-implemented.js
(171B)
"use strict"; module.exports = function () { var fround = Math.fround; if (typeof fround !== "function") return false; return fround(1.337) === 1.3370000123977661; };
Save
"use strict"; module.exports = function () { var fround = Math.fround; if (typeof fround !== "function") return false; return fround(1.337) === 1.3370000123977661; };