frontend/.pnpm-store/v3/files/4a/82078413384bea0e53e8020bf0685ed6b9ea6b419261e57a7e0c280de7c1e299ae9ef15a6093841763820173c245823768f5990c70514005a6eb41a5dcda1c

8 lines
171 B
Plaintext

"use strict";
module.exports = function () {
var fround = Math.fround;
if (typeof fround !== "function") return false;
return fround(1.337) === 1.3370000123977661;
};