No description
Find a file
2026-02-19 12:22:01 +01:00
.gitignore Initial commit: Scientific Calculator with build + CLI 2025-11-10 10:46:33 +01:00
calculator.py Improve project: code quality, docs, and structure 2026-02-19 12:18:34 +01:00
README.md Update project title to include 'Python' 2026-02-19 12:21:19 +01:00

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.