Skip to main content

hypot

Function hypot 

Source
pub fn hypot(x: f64, y: f64) -> f64
Expand description

√(x² + y²) without intermediate overflow.