aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2021-09-09 19:09:52 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2021-09-09 19:09:52 +0200
commited1fcb49d586513dc45129134a8cf53cc4287114 (patch)
tree0596f1c16ac6c7de8b569d183b726877ebcb8597
parent85ac24e73bd595825bd30a96a47e304201f02779 (diff)
parent1fde4da3c5319255723a32a210574f898db38651 (diff)
downloadlagrange-playground-ed1fcb49d586513dc45129134a8cf53cc4287114.tar.xz
Merge branch 'master' of github.com:EliasFleckenstein03/lagrange-playground
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8d829a2..5a9257a 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
@@ -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