pub fn hypot(x: f64, y: f64) -> f64 ⓘ
dep_js_sys
The Math.hypot() function returns the square root of the sum of squares of its arguments.
Math.hypot()
MDN documentation