This commit is contained in:
Macko 2024-03-07 22:19:54 +01:00
parent c0c69ba4f0
commit 7365f9bac5

View File

@ -61,7 +61,7 @@ int main() {
result = vratenie(x, b, v, c); result = vratenie(x, b, v, c);
// Print the result // Print the result
printf("Vysledok je: %.2f\n", result); printf("Vysledok je: %.2lf\n", result);
return 0; return 0;
} }