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