Изменил(а) на 'du3/program.c'

This commit is contained in:
Vladyslav Korzun 2023-03-01 16:24:46 +00:00
parent 11bdb8ccc6
commit 6ea8cd1d56

View File

@ -36,7 +36,7 @@ h = mass[j];
//printf("%d ", h); //printf("%d ", h);
if(j != 0){ if(j != 0){
if(counter != 0){ if(counter != 0){
vysl += h * powl(x,counter); vysl += h * powf(x,counter);
} }
else{ else{
vysl += h; vysl += h;