Sha256: 986a206550ccdba3657273b95dc21bc6cf423ff2e829f3cb1ee2c33bdea5a641
Contents?: true
Size: 149 Bytes
Versions: 29
Compression:
Stored size: 149 Bytes
Contents
'use strict'; module.exports = function () { var hypot = Math.hypot; if (typeof hypot !== 'function') return false; return hypot(3, 4) === 5; };
Version data entries
29 entries across 19 versions & 7 rubygems