frontend/.pnpm-store/v3/files/11/029cb62c6e1784e3d86d11ccaa574ac52d736eccd4e2746cc1b8d2b2e73b54112f182904aeacf9e787ffae74f5bfcbdf8f6d43f4075412d6972cdb907fbc46

8 lines
196 B
Plaintext

"use strict";
module.exports = function () {
var sinh = Math.sinh;
if (typeof sinh !== "function") return false;
return sinh(1) === 1.1752011936438014 && sinh(Number.MIN_VALUE) === 5e-324;
};