Open Issues Need Help
View All on GitHub Mathematics • Numerical Analysis
Complicated functions give error 29 days ago
AI Summary: The task is to debug and enhance a C++ calculator application that currently fails to handle complex mathematical functions like trigonometric functions involving exponents. The calculator uses a Python UI for interaction. The solution involves identifying and fixing the errors within the C++ code (`calcolatrice.cpp`) responsible for parsing and evaluating these complex expressions.
Complexity:
4/5
good first issue
Mathematics • Numerical Analysis
Best code readability 30 days ago
AI Summary: Improve the readability of a C++ calculator project by refactoring the code into multiple files, adding comprehensive comments, and enhancing overall code style. This involves potentially breaking down the `calcolatrice.cpp` file into smaller, more manageable modules and adding detailed explanations within the code itself.
Complexity:
4/5
good first issue