From 3052c817242f2b4bea46042a4ca876a9a5b8571d Mon Sep 17 00:00:00 2001 From: Pavlo Tverdyi Date: Thu, 19 Mar 2020 19:08:13 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20'a1/program.c'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- a1/program.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/a1/program.c b/a1/program.c index 2ec5bc0..6400f1e 100644 --- a/a1/program.c +++ b/a1/program.c @@ -23,11 +23,7 @@ int main() for(int j=0 ;i>0; i--,j++){ result+=(long double)(array[j]*pow(x,i-1)); } - if((int)(result)!=0 && result!=(long long)(result)){ - result=(int)(result*100+0.5); - result=(long double)(result/100); -// printf(" %Lf ",result); - } + if(result>40000 && result!=(long long )(result)){ result-=0.01; }