/
var
/
www
/
verywell.gr
/
server
/
delivery
/
node_modules
/
es5-ext
/
math
/
cosh
/
/var/www/verywell.gr/server/delivery/node_modules/es5-ext/math/cosh
mkdir
upload
Name
Size
Mode
Actions
implement.js
187
0644
edit
dl
rm
index.js
95
0644
edit
dl
rm
is-implemented.js
159
0644
edit
dl
rm
shim.js
238
0644
edit
dl
rm
Edit:
/var/www/verywell.gr/server/delivery/node_modules/es5-ext/math/cosh/shim.js
(238B)
"use strict"; var exp = Math.exp; module.exports = function (value) { if (isNaN(value)) return NaN; value = Number(value); if (value === 0) return 1; if (!isFinite(value)) return Infinity; return (exp(value) + exp(-value)) / 2; };
Save
cmd:
run