s
This commit is contained in:
parent
c0c69ba4f0
commit
7365f9bac5
@ -61,7 +61,7 @@ int main() {
|
||||
result = vratenie(x, b, v, c);
|
||||
|
||||
// Print the result
|
||||
printf("Vysledok je: %.2f\n", result);
|
||||
printf("Vysledok je: %.2lf\n", result);
|
||||
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user