World Great Math - Mathcom
Project description
Mathcom - a powerful math modules only for Python
1. Infomation
Version: 0.1
Released Date: 8/1/2025
2. How to install - uninstall
To install mathcom, simply enter this command code*:
pip install mathcom
And to uninstall, enter this code:
pip uninstall mathcom
3. Some sample code
-
3.1. Area and Peri class
# Area class
area = Area.cir(2) # 12.56
# Peri class
peri = Peri.rect(3, 5) # 16
print(area, peri)
-
3.2 Round class
Round.roundDown(6.45) # 6
Round.roundUp(6.45) # 7
Round.roundNormal(6.45) # 6
-
3.3 Expert code
print(expert("sin", 6)) # -0.2794151982
print(expert("tanh", 5)) # 0.9999092043
-
3.4 Change the unit of measurement
cm_dm = cm.dm(10,1) # 1.0
dm2_mm2 = dm.mm(1, 2) # 10000
-
3.5 Basic class (new)
basic.min(3, 6, -7) # -7
basic.lcm(2, 5, 12) # 60
AND MORE... Try out by testing it.
Contract
Email: lethanhnhan1172@gmail.com
Github: @LeThanhNhan2013
Website: Coming Soon (Will releaed at version 0.2)\
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
mathcom-0.1.tar.gz
(15.3 kB
view details)
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
mathcom-0.1-py2.py3-none-any.whl
(15.5 kB
view details)
File details
Details for the file mathcom-0.1.tar.gz.
File metadata
- Download URL: mathcom-0.1.tar.gz
- Upload date:
- Size: 15.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5b5d19dc347591be3acee5364d1d44387082cf4cf721dd32f47e41b7510c4b4
|
|
| MD5 |
6cb991d871b7f449d70801c2ea20cf36
|
|
| BLAKE2b-256 |
647648199fde0c406db24561fa139944f22bbad9b09061f8fe0c6790d453be11
|
File details
Details for the file mathcom-0.1-py2.py3-none-any.whl.
File metadata
- Download URL: mathcom-0.1-py2.py3-none-any.whl
- Upload date:
- Size: 15.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4edb51afedbb855d12bf7b47a402aadf447e725b845de079d524b5a36fcbfdb4
|
|
| MD5 |
414f3dd4a7bfaecf292534138ce300a1
|
|
| BLAKE2b-256 |
307088a84f307218c3fa585c7ae46ef9cbe0b1f09cfc157cae4287640e527915
|