All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.modules.esnext.math.scale.js Maven / Gradle / Ivy

The newest version!
'use strict';
var $ = require('../internals/export');
var scale = require('../internals/math-scale');

// `Math.scale` method
// https://rwaldron.github.io/proposal-math-extensions/
$({ target: 'Math', stat: true, forced: true }, {
  scale: scale
});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy