A simple math utilities package for basic operations
Project description
Piyush Math Calculator
A simple Python package for basic mathematical operations.
Installation
pip install piyush-math-calculator
Usage
from mymath_utils import add, subtract, multiply, divide
# Basic operations
result = add(5, 3) # Returns 8
result = subtract(10, 4) # Returns 6
result = multiply(6, 7) # Returns 42
result = divide(15, 3) # Returns 5.0
Features
- Addition
- Subtraction
- Multiplication
- Division (with zero division protection)
- Power operations
- Square root calculations
Requirements
- Python 3.6+
License
MIT License
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 piyush_math_calculator-0.1.0.tar.gz.
File metadata
- Download URL: piyush_math_calculator-0.1.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1de90281be996fc7f629cc7e7a8106899dc8dab53b315053c05ad5e540bcf242
|
|
| MD5 |
6e5ee276e3c0da639dbb6d17bbd3beb3
|
|
| BLAKE2b-256 |
740811e5b938d92b170a9bdd3834ffcd5d6a919cbb5a57dc239f7138b13f7ac6
|
File details
Details for the file piyush_math_calculator-0.1.0-py3-none-any.whl.
File metadata
- Download URL: piyush_math_calculator-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26fc4d486d7aa740e7ad209166ea2a4ce0c91c194d70f4e245d943fecb7e7cc9
|
|
| MD5 |
e419336aafc666acd99391913b182188
|
|
| BLAKE2b-256 |
6e714784cc5eb74ca9e58b557a51213b65c9836948db482a3a3cd3b80fcf40e9
|