hypot.js 101 B

123
  1. require('../../modules/es6.math.hypot');
  2. module.exports = require('../../modules/_core').Math.hypot;