/var/www/greso.tech/server/nsm/node_modules/es5-ext/math/tanh
NameSizeModeActions
implement.js1870644editdlrm
index.js950644editdlrm
is-implemented.js1910644editdlrm
shim.js4000644editdlrm
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; };