Write euclidean(a, b) for two equal-length vectors — square each per-dimension difference, sum them, and return the square root.
Write euclidean(a, b) for two equal-length vectors — square each per-dimension difference, sum them, and return the square root.