Изменил(а) на 'du3/program.c'
This commit is contained in:
parent
11bdb8ccc6
commit
6ea8cd1d56
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user