Изменить 'a1/program.c'
This commit is contained in:
parent
bb9bd89604
commit
34ef4e2992
@ -20,7 +20,7 @@ int main()
|
|||||||
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)){
|
||||||
if(result<0)){
|
if(result<0){
|
||||||
result=(int)(result*100-0.5);
|
result=(int)(result*100-0.5);
|
||||||
result=(long double)(result/100);
|
result=(long double)(result/100);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user