From 01529e3ba9c61e97cc11c7c2843f03eb860f69af Mon Sep 17 00:00:00 2001 From: Andrii Hermaniuk Date: Thu, 17 Mar 2022 22:03:17 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'du3/program.c'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- du3/program.c | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/du3/program.c b/du3/program.c index e87a1cf..d3b71e9 100644 --- a/du3/program.c +++ b/du3/program.c @@ -7,7 +7,7 @@ int main(){ char pol[SIZE]; memset(pol,'\0',SIZE); - pol[SIZE]='\0'; + //pol[SIZE]='\0'; int ch=0; @@ -17,37 +17,41 @@ int main(){ pol[idx]=ch; } - int koef=-1; + /*for(int i=0; i0;idx--)p*=x; + p=pow(x,(koef-i)-1); num+=p*n; } - - num=round(num*100)/100; + //num=round(num*100)/100; - printf("Vysledok je: %.2f\n", num); + printf("%.2Lf\n", num); return EXIT_SUCCESS; } +