hypot

hypot(X,Y) returns sqrt(X.^2 + Y.^2).

Examples

> hypot (3,4)#

 5

See also

abs | norm | sqrt