frontend/.pnpm-store/v3/files/c8/fb749fce9a2e9db9a83daea7a71e8510a1ae2ef378e3a6495f14619e6d985888dbb2376418381e4c05e551172bd426c3794b137278231f9924bed25d668513

8 lines
163 B
Plaintext

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