zabudol som debugovaci print

This commit is contained in:
Aleš Novysedlák 2025-03-10 13:34:45 +01:00
parent ab1db7e617
commit ddf1f313ed

View File

@ -88,7 +88,7 @@ int main() {
sign = !sign; sign = !sign;
} }
memset(equation, 0, sizeof(equation)); memset(equation, 0, sizeof(equation));
printf("%f", total); //printf("%f", total);
} }
for (int i=0; i<output_length; i++) { for (int i=0; i<output_length; i++) {