Initialization
This commit is contained in:
parent
2d0d040f02
commit
3a438d64d1
@ -20,8 +20,8 @@ int main() {
|
|||||||
|
|
||||||
length = count;
|
length = count;
|
||||||
|
|
||||||
for (int y = 0; y <= length; y++ ){
|
for (int y = 0; y < length; y++ ){
|
||||||
if (atof(coefs[y]) == 0){
|
if ( isInteger(coefs[y]) == 0){
|
||||||
printf("Nepodarilo sa nacitat polynom na %d mieste.", y);
|
printf("Nepodarilo sa nacitat polynom na %d mieste.", y);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user