From 841f36044fd647f8cf934bd4fa35134252ac590c Mon Sep 17 00:00:00 2001 From: ShraddhaBhojane <55998820+ShraddhaBhojane@users.noreply.github.com> Date: Sun, 22 Dec 2019 16:36:29 +0100 Subject: [PATCH] Update snippets/vectorAngle.md Co-Authored-By: Angelos Chalaris --- snippets/vectorAngle.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/vectorAngle.md b/snippets/vectorAngle.md index 119c77e30..64567066b 100644 --- a/snippets/vectorAngle.md +++ b/snippets/vectorAngle.md @@ -1,6 +1,6 @@ --- title: vectorAngle -tags: math,intermediate +tags: math,beginner --- Returns the angle (theta) value between two vectors. @@ -33,4 +33,4 @@ const theta = ((...x) =>{ ```js theta(3,4,4,3); // 0.283794109208328 -``` \ No newline at end of file +```