Initialization

This commit is contained in:
Kozar 2024-03-05 11:10:39 +01:00
parent 3313bef9a4
commit 3aea0e5196

View File

@ -11,9 +11,10 @@ int main() {
double result = 0.0;
while (count < SIZE && scanf("%lf", &input) == 1) {
// if (input == x) {
// return 0;
// }
if (input == x) {
printf("\n x input \n");
break;
}
coefs[count] = input;
count++;
}