Изменить 'a1/program.c'
This commit is contained in:
parent
1537b6cea3
commit
8f03cd39f0
@ -19,7 +19,7 @@ int main()
|
|||||||
for(int j=0 ;i>0; i--,j++){
|
for(int j=0 ;i>0; i--,j++){
|
||||||
result+=(long double)(array[j]*pow(x,i-1));
|
result+=(long double)(array[j]*pow(x,i-1));
|
||||||
}
|
}
|
||||||
if(result!=(int)(result)){
|
if(result==(int)(result)){
|
||||||
result=(int)((result*100+0.5)/100);
|
result=(int)((result*100+0.5)/100);
|
||||||
}
|
}
|
||||||
printf("Vysledok je :%.2Lf\n",result);
|
printf("Vysledok je :%.2Lf\n",result);
|
||||||
|
Loading…
Reference in New Issue
Block a user