Function hypot

  • Find the length of hypotenuse.

    Parameters

    • Rest ...xs: bigint[]

      lengths of perpendicular sides (x, y, z, ...)

    Returns bigint

    √(x² + y² + z²)

Generated using TypeDoc