/var/www/greso.tech/server/nsm/node_modules/es5-ext/math/atanh
NameSizeModeActions
implement.js1880644editdlrm
index.js960644editdlrm
is-implemented.js1810644editdlrm
shim.js3370644editdlrm
Edit: /var/www/greso.tech/server/nsm/node_modules/es5-ext/math/atanh/is-implemented.js (181B)
"use strict"; module.exports = function () { var atanh = Math.atanh; if (typeof atanh !== "function") return false; return Math.round(atanh(0.5) * 1e15) === 549306144334055; };