frontend/.pnpm-store/v3/files/c8/62b3fc97199e961a1c66045eece8ccb9dd2327e3b366719956ff50b74e4509fd3b80e69d8b86bc17e3f0be2ee965feef733e44c563488dffa8f8f979a73647

8 lines
176 B
Plaintext

"use strict";
module.exports = function () {
var expm1 = Math.expm1;
if (typeof expm1 !== "function") return false;
return expm1(1).toFixed(15) === "1.718281828459045";
};