Sha256: 1c720ff5c95277634f1a6264221afa92a1dfe35b92c40e03fca98022bb57ed27

Contents?: true

Size: 405 Bytes

Versions: 24

Compression:

Stored size: 405 Bytes

Contents

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

// `Math.isubh` method
// https://gist.github.com/BrendanEich/4294d5c212a6d2254703
// TODO: Remove from `core-js@4`
$({ 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

24 entries across 23 versions & 7 rubygems

Version Path
optimacms-0.1.61 spec/dummy/node_modules/core-js/modules/esnext.math.isubh.js
disco_app-0.16.1 test/dummy/node_modules/core-js/modules/esnext.math.isubh.js
disco_app-0.15.2 test/dummy/node_modules/core-js/modules/esnext.math.isubh.js
disco_app-0.18.4 test/dummy/node_modules/core-js/modules/esnext.math.isubh.js
disco_app-0.18.1 test/dummy/node_modules/core-js/modules/esnext.math.isubh.js
disco_app-0.12.7.pre.puma.pre.3 test/dummy/node_modules/core-js/modules/esnext.math.isubh.js
disco_app-0.14.0 test/dummy/node_modules/core-js/modules/esnext.math.isubh.js
disco_app-0.13.6.pre.puma.pre.3 test/dummy/node_modules/core-js/modules/esnext.math.isubh.js
tang-0.2.1 spec/tang_app/node_modules/core-js/modules/esnext.math.isubh.js
groonga-client-model-6.0.0 test/apps/rails6.1.3/node_modules/core-js/modules/esnext.math.isubh.js
groonga-client-model-6.0.0 test/apps/rails6.0.3.5/node_modules/core-js/modules/esnext.math.isubh.js
ruby2js-4.0.4 lib/tasks/testrails/node_modules/core-js/modules/esnext.math.isubh.js
ruby2js-4.0.3 lib/tasks/testrails/node_modules/core-js/modules/esnext.math.isubh.js
tang-0.2.0 spec/tang_app/node_modules/core-js/modules/esnext.math.isubh.js
tang-0.1.0 spec/tang_app/node_modules/core-js/modules/esnext.math.isubh.js
tang-0.0.9 spec/tang_app/node_modules/core-js/modules/esnext.math.isubh.js
enju_library-0.3.8 spec/dummy/node_modules/core-js/modules/esnext.math.isubh.js
condenser-0.3 lib/condenser/processors/node_modules/core-js-pure/modules/esnext.math.isubh.js
condenser-0.2 lib/condenser/processors/node_modules/core-js-pure/modules/esnext.math.isubh.js
condenser-0.1 lib/condenser/processors/node_modules/core-js-pure/modules/esnext.math.isubh.js