ScientificCalculator/README.md
Mohammed Rahhal 43ac848775
Update README to include C++ and Python versions
Merged documentation for C++ and Python scientific calculators.
2026-02-19 12:20:55 +01:00

20 lines
372 B
Markdown

# Scientific Calculator
A simple scientific calculator built in Python.
## Features
- Basic arithmetic operations
- Trigonometric functions
- Logarithms and exponentials
## How to Use
1. Clone the repo:
`git clone <repo-url>`
2. Run the calculator:
`python calculator.py`
## Credits
Inspired by Python calculator tutorials.
## Disclaimer
For learning purposes.