Description Usage Arguments Details Value Examples
Calculates the n dimensional hypotenuse of the arguments. It calculates the Euclidean norm of the arguments.
1 |
... |
Numeric vectors. |
The hypotenuse of a 2D triangle is given by h = sqrt(x^2 + y^2)
.
In the n dimensional case, keep adding the terms...
Numeric vector.
1 2 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.