es7.math.scale.js 158 Bytes Raw Blame History Permalink 1 2 3 4 // https://rwaldron.github.io/proposal-math-extensions/ var $export = require('./_export'); $export($export.S, 'Math', { scale: require('./_math-scale') });