frontend/.pnpm-store/v3/files/75/8a87b037c00ad94aff5bd68e51c21c88ccdbf7413e76e055625b779f30b6a2178b544b50649e39e06f3a4e5e7ff8137330800e3e677b8de5814808ce498c8c

8 lines
172 B
Plaintext

"use strict";
module.exports = function () {
var log2 = Math.log2;
if (typeof log2 !== "function") return false;
return log2(3).toFixed(15) === "1.584962500721156";
};