Обновить du2/program.c

This commit is contained in:
Bohdana Marchenko 2025-03-06 11:18:16 +00:00
parent ba4dd7ef3d
commit 0721f3f629

View File

@ -67,7 +67,7 @@ int main() {
break; 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 // Print the result