A Python-based multi-function calculator that helps you perform the following tasks:
- ✅ Solve proportions (e.g.,
a : b = c : x) - ✅ Solve for
xin algebraic equations - ✅ Factor square roots (e.g., √50 →
5√2) - ✅ Convert decimals ↔ fractions ↔ percents
- ✅ Convert fractions ↔ decimals ↔ percents
- ✅ Convert percents ↔ decimals ↔ fractions
Click the badge above to run it online in Google Colaboratory — no setup needed!
- Clone the repository:
git clone https://github.com/Anandusasikumar10/Multifunction-Calculator.git cd Multifunction-Calculator