Euclidean Vector Norm (Length)
This is nothing else than sqrt(sum(x^2)).
sqrt(sum(x^2))
vecnorm(x)
x
Useful links