diff options
author | Elias Fleckenstein <54945686+EliasFleckenstein03@users.noreply.github.com> | 2021-09-09 13:59:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-09 13:59:53 +0200 |
commit | 1fde4da3c5319255723a32a210574f898db38651 (patch) | |
tree | 4f9a811f1fc6f6b644271f0609cb9c12e83b93b6 | |
parent | ebb805024625785095b60c4fd0a134ea960ae134 (diff) | |
download | lagrange-playground-1fde4da3c5319255723a32a210574f898db38651.tar.xz |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |