hypot v0.1.0

Source
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