Calculator Package
A simple calculator package for basic arithmetic operations.
Installation
pip install calculator-package-nazmul
Usage
from calculator_package import add, subtract, multiply, divide
print(add(10, 5)) # Output: 15
print(subtract(10, 5)) # Output: 5
print(multiply(10, 5)) # Output: 50
print(divide(10, 5)) # Output: 2.0
Features
- Addition
- Subtraction
- Multiplication
- Division with zero check
Release files for calculator-package-nazmul 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| calculator_package_nazmul-0.0.1.tar.gz | 2.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| calculator_package_nazmul-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.2 kB
Release files / calculator_package_nazmul-0.0.1.tar.gz
| Download URL | calculator_package_nazmul-0.0.1.tar.gz |
|---|---|
| Size | 2.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
43b99255638e63802dfc65b93f6785c91ae845070e49f10f3580e4ee176caa15
|
|
BLAKE2b-256 checksum How to use checksums |
7e078004f9b0a5571139c777859a360875f970f64268339eacfd7a674b1e54c5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.7
|
Release files / calculator_package_nazmul-0.0.1-py3-none-any.whl
| Download URL | calculator_package_nazmul-0.0.1-py3-none-any.whl |
|---|---|
| Size | 2.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3ee4fa8d719fa05c241f04c28774983ecbcf6363a24c36972e915ad23dadaabe
|
|
BLAKE2b-256 checksum How to use checksums |
817a3fcfd33d9fbe4ae8c95fb96e225b8de8de0739d393c8c4d7af86132284d4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.7
|