Initialization
This commit is contained in:
parent
3313bef9a4
commit
3aea0e5196
@ -11,9 +11,10 @@ int main() {
|
|||||||
double result = 0.0;
|
double result = 0.0;
|
||||||
|
|
||||||
while (count < SIZE && scanf("%lf", &input) == 1) {
|
while (count < SIZE && scanf("%lf", &input) == 1) {
|
||||||
// if (input == x) {
|
if (input == x) {
|
||||||
// return 0;
|
printf("\n x input \n");
|
||||||
// }
|
break;
|
||||||
|
}
|
||||||
coefs[count] = input;
|
coefs[count] = input;
|
||||||
count++;
|
count++;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user