Function hypot

Returns the square root of the sum of squares of its arguments.

  • Parameters

    • a: number

      The first leg.

    • b: number

      The second leg.

    Returns number