Mathcalc
Mathcalc is a module for calculating easier
Installation
Install via Pip
pip install mathcalc
Use it in your app
Example
Calculating using mathcalc: If you want to calculate, use the Calculation function. Example:
import mathcalc as mc
calc = mc.Calculation()
result = mc.add(5, 3)
mc.add(12, 87, print_result=True) # Adding print_result=True will print result automatically
Release files for mathcalculate 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mathcalculate-0.0.1.tar.gz | 2.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mathcalculate-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.2 kB
Release files / mathcalculate-0.0.1.tar.gz
| Download URL | mathcalculate-0.0.1.tar.gz |
|---|---|
| Size | 2.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1ae6aea00ec107fc3557a13d75fedc985bfd6636c9fc4a4dca8ab41454c459cb
|
|
BLAKE2b-256 checksum How to use checksums |
36f1712808188f44fc82c0a1786feb1b71edf6e9f6fec032c1eef1423b71839a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.5
|
Release files / mathcalculate-0.0.1-py3-none-any.whl
| Download URL | mathcalculate-0.0.1-py3-none-any.whl |
|---|---|
| Size | 2.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f55a4ba45f47a3c2a2d8cee32ca88d80b1721ff5b9b433520686439ac094f26d
|
|
BLAKE2b-256 checksum How to use checksums |
ff4183edde2715d29b52cc3c807d4f995849d2a11b6d119026f530503a838703
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.5
|