A Python package for basic mathematical operations.
Project description
math_ops_131 Package
Description
The math_ops_131 package is a simple Python library that provides basic mathematical operations such as addition, subtraction, and multiplication.
Installation
You can install the package using pip:
pip install math_ops_131
Usage
Import the math_ops_131 module to use the provided functions:
import math_ops_131.calculator as calc
# Example usage
result_add = calc.add(5, 3) # Result: 8
result_sub = calc.subtract(10, 4) # Result: 6
result_mul = calc.multiply(2, 7) # Result: 14
For detailed documentation of each function, refer to the docstrings in main.py.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Project details
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_ops_131-1.5.2.tar.gz.
File metadata
- Download URL: math_ops_131-1.5.2.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d42a37e6590f3a074f91a6da0f63b9a5334049a9377598e48c8594e519697388
|
|
| MD5 |
ab492ec19c0266378e0e0f4e875fc6b3
|
|
| BLAKE2b-256 |
616ae8df200714bc89ef974e61cd394fab762249ffcfe4d0c63ef924c00fcea4
|
File details
Details for the file math_ops_131-1.5.2-py3-none-any.whl.
File metadata
- Download URL: math_ops_131-1.5.2-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bae99dfad23a7be722d385a10d8046d3eb6e048dad889bbf99d24b8f13d06964
|
|
| MD5 |
9b26245d91a5d752ed9cf53e39a9c9bd
|
|
| BLAKE2b-256 |
684c5df550c6a686c4de98839742ff220395b58f8737a5b11db96953730559a3
|