frontend/.pnpm-store/v3/files/0a/73c986b22935a91d9d5a9148fc0f5af3b82889c3d71376f5ea28003a9fe4672d192731bb5b600c12f0307a3e78e2317e2cf54980c1489b083142992595f8ae

8 lines
163 B
Plaintext

"use strict";
module.exports = function () {
var log1p = Math.log1p;
if (typeof log1p !== "function") return false;
return log1p(1) === 0.6931471805599453;
};