Sha256: 6026f3e316a4dcd8b4b05867adc5b10c3b648f6f5ddf8d65dba92d774a51e27f

Contents?: true

Size: 388 Bytes

Versions: 36

Compression:

Stored size: 388 Bytes

Contents

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

var scale = require('../internals/math-scale');
var fround = require('../internals/math-fround');

// `Math.fscale` method
// https://rwaldron.github.io/proposal-math-extensions/
$({ target: 'Math', stat: true }, {
  fscale: function fscale(x, inLow, inHigh, outLow, outHigh) {
    return fround(scale(x, inLow, inHigh, outLow, outHigh));
  }
});

Version data entries

36 entries across 35 versions & 9 rubygems

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