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