Skip to content
#

calculator-cpp

Here are 15 public repositories matching this topic...

Welcome to my C++ calculator! 🧮 Developed by Muhammad Mubeen Channa, this calculator does it all. From basic arithmetic (addition, subtraction, multiplication, division) to trigonometry (sine, cosine), exponentiation, and logarithmic calculations - it's got you covered. Explore the magic of math with this simple and advanced calculator! ✨

  • Updated Feb 10, 2024
  • C++

This is a C++ program that evaluates mathematical expressions containing operators +, -, *, and /, and parentheses ( and ). The program supports multi-digit numbers and guarantees that parentheses are used for each operator.

  • Updated Jun 24, 2023
  • C++

Improve this page

Add a description, image, and links to the calculator-cpp topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the calculator-cpp topic, visit your repo's landing page and select "manage topics."

Learn more