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