|
Contents | Previous | Next | Subchapters |
| Syntax |
x = hypot(a, b) |
| See Also | sqrt |
sqrt(a^2 + b^2) where
a and b are integer,
real, or double-precision matrices with equal dimensions.
hypot({1., 2}, {3, 4})
returns
{
3.16228
4.47214
}