/
var
/
www
/
greso.tech
/
server
/
nsm
/
node_modules
/
es5-ext
/
math
/
tanh
/
/var/www/greso.tech/server/nsm/node_modules/es5-ext/math/tanh
mkdir
upload
Name
Size
Mode
Actions
implement.js
187
0644
edit
dl
rm
index.js
95
0644
edit
dl
rm
is-implemented.js
191
0644
edit
dl
rm
shim.js
400
0644
edit
dl
rm
Edit:
/var/www/greso.tech/server/nsm/node_modules/es5-ext/math/tanh/is-implemented.js
(191B)
"use strict"; module.exports = function () { var tanh = Math.tanh; if (typeof tanh !== "function") return false; return tanh(1) === 0.7615941559557649 && tanh(Number.MAX_VALUE) === 1; };
Save
"use strict"; module.exports = function () { var tanh = Math.tanh; if (typeof tanh !== "function") return false; return tanh(1) === 0.7615941559557649 && tanh(Number.MAX_VALUE) === 1; };