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