frontend/.pnpm-store/v3/files/53/50a0561791b6ac5bb6b15315c89cc92de3ae32c83ba23d1d7e61022129b167821c42aff9f2bbd3b9bad5ac50830f14dac17d31d5de705af54b0cedb961d2d1

8 lines
163 B
Plaintext

"use strict";
module.exports = function () {
var log10 = Math.log10;
if (typeof log10 !== "function") return false;
return log10(2) === 0.3010299956639812;
};