/
var
/
www
/
cobraambalaj
/
node_modules
/
es5-ext
/
test
/
math
/
tanh
/
/var/www/cobraambalaj/node_modules/es5-ext/test/math/tanh
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
257
0644
edit
dl
rm
Edit:
/var/www/cobraambalaj/node_modules/es5-ext/test/math/tanh/shim.js
(257B)
"use strict"; module.exports = function (t, a) { a(t({}), NaN, "NaN"); a(t(0), 0, "Zero"); a(t(Infinity), 1, "Infinity"); a(t(-Infinity), -1, "-Infinity"); a(t(1), 0.7615941559557649, "1"); a(t(Number.MAX_VALUE), 1); a(t(-Number.MAX_VALUE), -1); };
Save
cmd:
run