frontend/.pnpm-store/v3/files/b3/cb3e3418a8be535a120762153c13532efa5e0b3abd1037845e32f7ea49df80d4ced64eef42e0ce4a8d52ca2684af408500bf4830c4d09b3f22b9e44fd5c7e1

8 lines
181 B
Plaintext

"use strict";
module.exports = function () {
var atanh = Math.atanh;
if (typeof atanh !== "function") return false;
return Math.round(atanh(0.5) * 1e15) === 549306144334055;
};