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