https://github.com/b3ta-blocker/scientific-calculator
A minimalist C++ calculator program offering basic arithmetic operations, trigonometric functions, and mathematical utilities. Features a clean console interface, modular code design, and simple user interactions.
https://github.com/b3ta-blocker/scientific-calculator
conditional-statements cpp error-handling functions goto input-output loops maths-functions recursion scientific-calculator sleep-functions system-commands
Last synced: 7 months ago
JSON representation
A minimalist C++ calculator program offering basic arithmetic operations, trigonometric functions, and mathematical utilities. Features a clean console interface, modular code design, and simple user interactions.
- Host: GitHub
- URL: https://github.com/b3ta-blocker/scientific-calculator
- Owner: B3TA-BLOCKER
- License: mit
- Created: 2024-01-19T13:45:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T13:36:44.000Z (over 2 years ago)
- Last Synced: 2024-12-29T06:16:16.806Z (over 1 year ago)
- Topics: conditional-statements, cpp, error-handling, functions, goto, input-output, loops, maths-functions, recursion, scientific-calculator, sleep-functions, system-commands
- Language: C++
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🧮 Scientific Calculator
Welcome to the Scientific Calculator GitHub repository! 🚀 This repository houses a sleek and techie C++ program that brings a powerful scientific calculator to your fingertips. 🌐 The calculator supports a variety of mathematical operations, making it your go-to tool for both basic and advanced calculations.
## **Features 💡**
* Addition, Subtraction, Multiplication, and Division
* Trigonometric functions: sin(), cos(), tan() 📐
* Square root, Factorial, Exponentiation, Cube root
## **💻 How to Use**
1. **Clone the repository to your local machine:**
```bash
git clone https://github.com/B3TA-BLOCKER/Scientific-Calculator.git
```
2. **Navigate to the repository:**
```bash
cd scientific-calculator
```
3. **Compile and run the C++ program:**
```bash
g++ Scientific_Calculator.cpp -o Scientific_Calculator
./Scientific_Calculator
```
4. **Follow the on-screen instructions to unleash the power of calculations! 🚀**
## **Contributing 🤝**
If you find any issues or have suggestions for improvement, feel free to open an issue or create a pull request. Contributions are welcome!
## **📄 License**
This Scientific Calculator is licensed under the MIT License.
# 🌟 Star this repository if you find it cool and useful! 🌟