Sha256: f9da92b08ec27304380ed24e861202335c4392cf11ca5516747dae5f656e64d3

Contents?: true

Size: 372 Bytes

Versions: 12

Compression:

Stored size: 372 Bytes

Contents

var $ = require('../internals/export');

// `Math.isubh` method
// https://gist.github.com/BrendanEich/4294d5c212a6d2254703
$({ target: 'Math', stat: true }, {
  isubh: function isubh(x0, x1, y0, y1) {
    var $x0 = x0 >>> 0;
    var $x1 = x1 >>> 0;
    var $y0 = y0 >>> 0;
    return $x1 - (y1 >>> 0) - ((~$x0 & $y0 | ~($x0 ^ $y0) & $x0 - $y0 >>> 0) >>> 31) | 0;
  }
});

Version data entries

12 entries across 12 versions & 4 rubygems

Version Path
disco_app-0.18.0 test/dummy/node_modules/core-js/modules/esnext.math.isubh.js
disco_app-0.18.2 test/dummy/node_modules/core-js/modules/esnext.math.isubh.js
condenser-0.0.8 lib/condenser/processors/node_modules/core-js-pure/modules/esnext.math.isubh.js
jester-data-8.0.0 node_modules/core-js/modules/esnext.math.isubh.js
ezii-os-5.2.1 node_modules/core-js/modules/esnext.math.isubh.js
ezii-os-2.0.1 node_modules/core-js/modules/esnext.math.isubh.js
ezii-os-1.1.0 node_modules/core-js/modules/esnext.math.isubh.js
ezii-os-1.0.0 node_modules/core-js/modules/esnext.math.isubh.js
condenser-0.0.7 lib/condenser/processors/node_modules/core-js-pure/modules/esnext.math.isubh.js
ezii-os-0.0.0.1.0 node_modules/core-js/modules/esnext.math.isubh.js
ezii-os-0.0.0.0.1 node_modules/core-js/modules/esnext.math.isubh.js
condenser-0.0.5 lib/condenser/processors/node_modules/core-js-pure/modules/esnext.math.isubh.js