An interactive terminal calculator with basic and advanced math operations.
Project description
Project Tree Structure
math_operations_project/ (Root directory)
├── pyproject.toml
├── README.md
├── history.txt
├── setup.cfg
├── LICENSE
├── tests/
│ └── test_operations.py
└── math_operations_kseahtan/ (Actual code folder)
├── calculate.py
├── init.py
├── run.py
├── basic/
├── init__.py
│ ├── add.py
│ └── subtract.py
└── advanced/
├── init.py
├── multiply.py
├── divide.py
├── exponent.py
└── square_root.py
Credits –
Basic and Advanced math algorithms (with some modification) adapted from https://www.geeksforgeeks.org/python/python-packages/ by GreeksforGreeks (https://www.geeksforgeeks.org/)
Licenses
This project is licensed under the MIT License - see the LICENSE file for details. Educational snippets and package layout algorithms are adapted from GeeksforGeeks under their educational terms.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file math_operations_kseahtan-1.0.3.tar.gz.
File metadata
- Download URL: math_operations_kseahtan-1.0.3.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c7b0ed8ced276c953d73324e50c547aaf219c6671d32eaa6360eaaf55e5cd63
|
|
| MD5 |
6e8983b3fe11c11324590502a4ab01e2
|
|
| BLAKE2b-256 |
35bcdfc586c23c0c9f27a4e1e118faa3603b0fee81ed4bc0ec7ec76e11d12844
|
File details
Details for the file math_operations_kseahtan-1.0.3-py3-none-any.whl.
File metadata
- Download URL: math_operations_kseahtan-1.0.3-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a8348ea2f41f468936d3b157050d43f4cd708ebb5504f30da56e6ceb32da6d6
|
|
| MD5 |
0facbf93350f1a26c85c5d19f2d2a340
|
|
| BLAKE2b-256 |
bad24fd3aa79a23d4478fc1f83ad0dfd42c20c692ac2bb3a7d81e5ab4c0ca111
|