Initialization
This commit is contained in:
parent
01738cdcfa
commit
cc6216b464
@ -17,8 +17,8 @@ int main() {
|
|||||||
|
|
||||||
length = count;
|
length = count;
|
||||||
|
|
||||||
for (int i = length - 1; i > 0; i--) {
|
for (int i = 0; i < lenght; i ++){
|
||||||
result += coefs[0]^i * coefs[i];
|
result += coefs[0]^i + coefs[i];
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("Coefficients: ");
|
printf("Coefficients: ");
|
||||||
|
Loading…
Reference in New Issue
Block a user