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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿงฎ 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:

    git clone https://github.com/B3TA-BLOCKER/Scientific-Calculator.git
  2. Navigate to the repository:

    cd scientific-calculator
  3. Compile and run the C++ program:

    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! ๐ŸŒŸ

About

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.

License:MIT License


Languages

Language:C++ 100.0%