Sha256: bc350ef8a28622ee85c277e791b2c2df7d4996d82cf73ee79bc44f9a2b05014e
Contents?: true
Size: 244 Bytes
Versions: 29
Compression:
Stored size: 244 Bytes
Contents
'use strict'; module.exports = function (t, a) { a(t({}), NaN, "NaN"); a(t(-0.5), NaN, "Less than 0"); a(t(0), -Infinity, "0"); a(t(1), 0, "1"); a(t(Infinity), Infinity, "Infinity"); a(t(3).toFixed(15), '1.584962500721156', "Other"); };
Version data entries
29 entries across 19 versions & 7 rubygems