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