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