This commit is contained in:
Oleksandr Vyshniakov 2025-02-22 15:32:46 +01:00
parent 722fa1607b
commit 3b22ca96d9

View File

@ -53,7 +53,7 @@ int main() {
double result = hornerovaschema(x, cof, count); double result = hornerovaschema(x, cof, count);
printf("%.2f\n", result); printf(Vysledok je: "%.2f\n", result);
return 0; return 0;
} }