From 44281e14b31640e5ce8efe2503fdb0ec8b835af3 Mon Sep 17 00:00:00 2001 From: dm1sh Date: Sat, 30 Oct 2021 13:15:40 +0300 Subject: [PATCH] Updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 973dcb6..d78d042 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Polynomial Interpolation -ANSI C program which composes polynomial of n - 1 degree for n dots. +ANSI C program which composes polynomial of n - 1 degree that passes through n dots.