/var/www/greso.tech/server/nsm/node_modules/es5-ext/math/acosh
NameSizeModeActions
implement.js1880644editdlrm
index.js960644editdlrm
is-implemented.js1630644editdlrm
shim.js2890644editdlrm
Edit: /var/www/greso.tech/server/nsm/node_modules/es5-ext/math/acosh/is-implemented.js (163B)
"use strict"; module.exports = function () { var acosh = Math.acosh; if (typeof acosh !== "function") return false; return acosh(2) === 1.3169578969248166; };