/
var
/
www
/
cobraambalaj
/
node_modules
/
es5-ext
/
test
/
math
/
atanh
/
/var/www/cobraambalaj/node_modules/es5-ext/test/math/atanh
mkdir
upload
Name
Size
Mode
Actions
implement.js
144
0644
edit
dl
rm
index.js
51
0644
edit
dl
rm
is-implemented.js
79
0644
edit
dl
rm
shim.js
272
0644
edit
dl
rm
Edit:
/var/www/cobraambalaj/node_modules/es5-ext/test/math/atanh/shim.js
(272B)
"use strict"; module.exports = function (t, a) { a(t({}), NaN, "NaN"); a(t(-2), NaN, "Less than -1"); a(t(2), NaN, "Greater than 1"); a(t(-1), -Infinity, "-1"); a(t(1), Infinity, "1"); a(t(0), 0, "Zero"); a(Math.round(t(0.5) * 1e15), 549306144334055, "Other"); };
Save
cmd:
run