Sha256: a3a90f0e7afb99a021d72675f4e9f08ed32461a0d1bce864d56053221a71f25c
Contents?: true
Size: 171 Bytes
Versions: 47
Compression:
Stored size: 171 Bytes
Contents
"use strict"; module.exports = function () { var fround = Math.fround; if (typeof fround !== "function") return false; return fround(1.337) === 1.3370000123977661; };
Version data entries
47 entries across 47 versions & 3 rubygems