Изменить 'a1/program.c'
This commit is contained in:
parent
dc73c9d0e0
commit
bb9bd89604
@ -20,7 +20,7 @@ int main()
|
||||
result+=(long double)(array[j]*pow(x,i-1));
|
||||
}
|
||||
if(result!=(int)(result)){
|
||||
if(result*100==(int)(result*100)){
|
||||
if(result<0)){
|
||||
result=(int)(result*100-0.5);
|
||||
result=(long double)(result/100);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user