/var/www/greso.tech/server/nsm/node_modules/es5-ext/math/expm1
NameSizeModeActions
implement.js1880644editdlrm
index.js960644editdlrm
is-implemented.js1760644editdlrm
shim.js3970644editdlrm
Edit: /var/www/greso.tech/server/nsm/node_modules/es5-ext/math/expm1/is-implemented.js (176B)
"use strict"; module.exports = function () { var expm1 = Math.expm1; if (typeof expm1 !== "function") return false; return expm1(1).toFixed(15) === "1.718281828459045"; };