frontend/.pnpm-store/v3/files/49/35a46b69355e346022ba5179aad281950d11808d5eab589298da1b32988a8da67339c0414a8d6f60792243ecb837f0bb8c2addf38a722087f4ab73d5b86620

8 lines
191 B
Plaintext

"use strict";
module.exports = function () {
var tanh = Math.tanh;
if (typeof tanh !== "function") return false;
return tanh(1) === 0.7615941559557649 && tanh(Number.MAX_VALUE) === 1;
};