Initialization
This commit is contained in:
parent
7b16b9b829
commit
018c286d3a
@ -15,8 +15,10 @@ int main() {
|
|||||||
printf("\n x input \n");
|
printf("\n x input \n");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
coefs[count] = input;
|
else {
|
||||||
count++;
|
coefs[count] = input - '0'; // Convert character to double
|
||||||
|
count++;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
x = coefs[0];
|
x = coefs[0];
|
||||||
|
Loading…
Reference in New Issue
Block a user