Interactive Calculator is a Python-based console application that offers a wide range of mathematical operations. From basic arithmetic to advanced functions like square roots, inverses, and percentage calculations, the calculator is designed to be intuitive and user-friendly.
- ➗ Basic Operations: Addition, subtraction, multiplication, and division.
- 📉 Percentage Calculation: Compute percentages of any number.
- 🔄 Inversion: Calculate the multiplicative inverse of a number.
- 🟰 Square and Square Root: Perform exponentiation and square root operations.
- 🔢 Expression Evaluation: Evaluate complex mathematical expressions.
- ♻️ Clear Functions: Clear last entry, reset all data, or delete the last digit.
- ➖➕ Sign Inversion: Convert positive numbers to negative and vice versa.
- Language: Python 3.x
- Concepts: Functions, Dictionaries, Loops, and Conditional Statements
- Interface: Console-based interaction
- Clone the repository:
git clone https://github.com/pacheco4480/CalculadoraSimples.git