20 lines
379 B
Markdown
20 lines
379 B
Markdown
# Scientific Calculator Python
|
|
|
|
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.
|