Sha256: fa547ff16e48d9424659d8ab365334e60985211b1d026f864f1aa513f71304be
Contents?: true
Size: 197 Bytes
Versions: 15
Compression:
Stored size: 197 Bytes
Contents
'use strict'; module.exports = function () { var tanh = Math.tanh; if (typeof tanh !== 'function') return false; return ((tanh(1) === 0.7615941559557649) && (tanh(Number.MAX_VALUE) === 1)); };
Version data entries
15 entries across 12 versions & 6 rubygems