From 4f8d7e1ff52931c3ab668090cff710f368ced9e4 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein <54945686+EliasFleckenstein03@users.noreply.github.com> Date: Thu, 9 Sep 2021 13:59:07 +0200 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d829a2..478f6d5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Lagrange Playground -Play around with lagrange interpolation online +Play around with lagrange interpolation online Live Version: https://eliasfleckenstein03.github.io/lagrange-playground/ ## Controls -- cgit v1.2.3 From ebb805024625785095b60c4fd0a134ea960ae134 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein <54945686+EliasFleckenstein03@users.noreply.github.com> Date: Thu, 9 Sep 2021 13:59:39 +0200 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 478f6d5..08ef6ca 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Lagrange Playground -Play around with lagrange interpolation online +Play around with lagrange interpolation online Live Version: https://eliasfleckenstein03.github.io/lagrange-playground/ ## Controls -- cgit v1.2.3 From 1fde4da3c5319255723a32a210574f898db38651 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein <54945686+EliasFleckenstein03@users.noreply.github.com> Date: Thu, 9 Sep 2021 13:59:53 +0200 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08ef6ca..5a9257a 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,5 @@ Live Version: https://eliasfleckenstein03.github.io/lagrange-playground/ - Drag to move screen ## Algorithm -The Lagrange Polynominal Interpolation Algorithm creates a polynomial that goes through all given points. +The Lagrange Polynominal Interpolation Algorithm creates a polynomial that goes through all given points. It is described here: https://en.wikipedia.org/wiki/Lagrange_polynomial -- cgit v1.2.3