esnext.math.scale.js 237 B

12345678
  1. var $ = require('../internals/export');
  2. var scale = require('../internals/math-scale');
  3. // `Math.scale` method
  4. // https://rwaldron.github.io/proposal-math-extensions/
  5. $({ target: 'Math', stat: true, forced: true }, {
  6. scale: scale
  7. });