Simple math library: volume cube & solve SPLDV
Project description
JMTH
jmth is a simple Python library for basic math operations.
This is my first Python package, built for learning and sharing.
Feedback and contributions are very welcome! 🚀
Features
- 🧊 Volume of Cube
- ✖️ Solve SPLDV (two-variable linear equations)
Installation
You can install via pip:
pip install jmth
Usage
import jmth
# Volume of cube
print(jmth.volume_cube(5))
# Output: 125
# SPLDV example:
# 1x + 2y = 17
# 1x + 1y = 6
print(jmth.spldv(1, 2, 17, 1, 1, 6))
# Output: (x=5.0, y=6.0)
Contributing
This is my first package, so any feedback or contribution is very much appreciated. If you want to help improve this library, feel free to make a pull request or open an issue.
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 jmth-0.1.1.tar.gz.
File metadata
- Download URL: jmth-0.1.1.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07bcea26ab79e20f08649e0c28d2b0bb2cf8e5b459d80c69df491e81e11d3bf6
|
|
| MD5 |
df9523b351f1e8fd7e50ccb4c85863ec
|
|
| BLAKE2b-256 |
a663da793ae63a465c85f4138c5bcf463e1fbf95e64578daea6e05b1f7ba8596
|
File details
Details for the file jmth-0.1.1-py3-none-any.whl.
File metadata
- Download URL: jmth-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b0890b34285fa8d45a4191be1f7c137b7096c37e10e0a9b97afb91155f9b3e1
|
|
| MD5 |
18d1a8fb7f6761e0e2b9d1f20c824263
|
|
| BLAKE2b-256 |
afff9abf4c84034a4813a8c21ca6f7e1ab2d46918443a8e03cb89507714dd4d8
|