Sha256: a70563c58d2540cf24945cb25f070106b14dfcf3dbdc7171e535824418d53ad6
Contents?: true
Size: 257 Bytes
Versions: 15
Compression:
Stored size: 257 Bytes
Contents
'use strict'; module.exports = function (t, a) { a(t({}), NaN, "NaN"); a(t(0), 0, "Zero"); a(t(Infinity), 1, "Infinity"); a(t(-Infinity), -1, "-Infinity"); a(t(1), 0.7615941559557649, "1"); a(t(Number.MAX_VALUE), 1); a(t(-Number.MAX_VALUE), -1); };
Version data entries
15 entries across 12 versions & 6 rubygems