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