Изменить 'a1/program.c'
This commit is contained in:
parent
80cb9bcfb9
commit
66b26ab3fc
@ -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((int)(result)!=0|| result!=(int)(result)){
|
if((int)(result)!=0 && result!=(int)(result)){
|
||||||
result=(int)(result*100-0.5);
|
result=(int)(result*100-0.5);
|
||||||
result=(long double)(result/100);
|
result=(long double)(result/100);
|
||||||
printf(" %Lf ",result);
|
printf(" %Lf ",result);
|
||||||
|
Loading…
Reference in New Issue
Block a user