Your IP : 216.73.216.17


Current Path : /etc/kibana/node_modules/core-js/modules/
Upload File :
Current File : //etc/kibana/node_modules/core-js/modules/esnext.math.fscale.js

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));
  }
});