ScientificCalculator/README.md
2026-02-19 12:21:19 +01:00

379 B

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.