World Great Math - Mathcom
Project description
Mathcom - a powerful math modules only for Python
1. Infomation
Version: 0.0.65
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
AND MORE... Try out by testing it.
Contract
Email: lethanhnhan1172@gmail.com
Github: @LeThanhNhan2013
Website: Coming Soon\
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.0.65.tar.gz
(15.1 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.0.65-py3-none-any.whl
(15.4 kB
view details)
File details
Details for the file mathcom-0.0.65.tar.gz.
File metadata
- Download URL: mathcom-0.0.65.tar.gz
- Upload date:
- Size: 15.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8beab1b534de23ed17692da1ee642e0ba3403d4cc87953c82d17ca951fed112c
|
|
| MD5 |
09c12870cfddf2f4d4ad6a4c3cad21a6
|
|
| BLAKE2b-256 |
dfd815754673c91fc1fbce2de2f37bf81d569bdf1727e59abebe203319773dfa
|
File details
Details for the file mathcom-0.0.65-py3-none-any.whl.
File metadata
- Download URL: mathcom-0.0.65-py3-none-any.whl
- Upload date:
- Size: 15.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a075a49df336b34864c0969bffe85d6099e2fe22fa763e9018440113e94fb784
|
|
| MD5 |
de1077c4c0e8af3acb467877b8446bce
|
|
| BLAKE2b-256 |
ee644d4054e117aee8d9e2c514cc1851a9c8d9f0e0ccf86c7da931fcad30e375
|