hypot
Calculates the hypotenuse of a right-angled triangle. Arguments define the size of the 2 cathetus. Depending on input, function can return scalar, vector or matrix
Arguments
- Cathete a
- Cathete b
Output
Value of hypotenuse c for inputed cathetus
Examples