BE_VectorEuclideanDistance

BE_VectorEuclideanDistance(a;b)



The euclidean distance between two vector points.  For more information about this see https://en.wikipedia.org/wiki/Euclidean_distance


Parameters:

- a : vector a as a list

- b : vector b as a list

Keywords:

Vector EuclideanDistance


Version History:

- 3.2 :

- 4.0.2 : Renamed from BE_Vector_DotProduct

- 7.07107 :

Code Examples:

BE_Vector_EuclideanDistance ( "1¶3¶-5" ; "4¶-2¶-1" ) = 7.07107


Still need help? Contact Us Contact Us