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