hypot v0.1.0
Computes square root of the sum of the squares of two given numbers.
Package: C
C reference: hypot
Signature
func hypot(x: float64, y: float64) -> float64;
See also
C— the package overview
Package: C
C reference: hypot
func hypot(x: float64, y: float64) -> float64;
C — the package overview