2 lines
86 B
JavaScript
2 lines
86 B
JavaScript
|
|
export default ((x, y) => Math.sqrt(x * x + y * y));
|
||
|
|
//# sourceMappingURL=hypot.js.map
|