2 Open Issues Need Help Last updated: Aug 6, 2025

Open Issues Need Help

View All on GitHub
Mathematics Numerical Analysis

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

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