Calculates the Euclidean distance between a and b.
a
b
The first vector.
The second vector.
The Euclidean distance between the two vectors.
An error if the vectors do not have the same length.
https://en.wikipedia.org/wiki/Euclidean_distance
Calculates the Euclidean distance between
a
andb
.