6 lines
133 B
JavaScript
6 lines
133 B
JavaScript
'use strict';
|
|
require('../../modules/es.math.hypot');
|
|
var path = require('../../internals/path');
|
|
|
|
module.exports = path.Math.hypot;
|