From 0721f3f6298860778af907244be0088cc91ce3b2 Mon Sep 17 00:00:00 2001 From: Bohdana Marchenko Date: Thu, 6 Mar 2025 11:18:16 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20du2/program.c?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- du2/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/du2/program.c b/du2/program.c index 8c9ca2e..621c137 100644 --- a/du2/program.c +++ b/du2/program.c @@ -67,7 +67,7 @@ int main() { break; } - result = result * x + coef; // Apply Horner's method for polynomial evaluation + result = result * x + coef; // Apply Horner's method for polynial evaluation } // Print the result