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
math_ops_131-1.5.2.tar.gz
(1.8 kB
view hashes)
Built Distribution
Close
Hashes for math_ops_131-1.5.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bae99dfad23a7be722d385a10d8046d3eb6e048dad889bbf99d24b8f13d06964 |
|
MD5 | 9b26245d91a5d752ed9cf53e39a9c9bd |
|
BLAKE2b-256 | 684c5df550c6a686c4de98839742ff220395b58f8737a5b11db96953730559a3 |