From 7ad2fa92acd21f8810252142da13bf351473715e Mon Sep 17 00:00:00 2001 From: Yusof Bandar Date: Sat, 23 Feb 2019 15:49:53 +0000 Subject: [PATCH] Update vectorDistance.md --- vectorDistance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vectorDistance.md b/vectorDistance.md index b24efcc32..90457925a 100644 --- a/vectorDistance.md +++ b/vectorDistance.md @@ -1,6 +1,6 @@ ### VectorDistance -Returns the distance between two points. +Returns the distance between two vectors. Use `Array.prototype.reduce()`,`Math.pow()` and `Math.sqrt()` to calculate the Euclidean distance between two vectors.