frontend/.pnpm-store/v3/files/3c/eb0affb8708e38abd8f17e61f4ee9987ed1ff8008ad494deb67f7cc6a215cee551c794262789cb2c2d32ca69bcc8e712a5832d02b223c7c4299dbda0e0f1b9

8 lines
159 B
Plaintext

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