No description
Find a file
2026-02-19 15:18:23 +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 modified: README.md 2026-02-19 15:18:23 +01:00

Scientific Calculator

A simple scientific calculator built in Python.

Features

  • Basic arithmetic operations
  • Trigonometric functions
  • Logarithms and exponentials

Usage

  1. Run the calculator:
    python calculator.py
    

Files

  • calculator.py — Main calculator script

Disclaimer

For learning purposes.