math_package_xgqfrms
A math package of python 3. ๐
This package includes math methods: addition, subtraction, multiplication and division.
PyPI
https://pypi.org/user/xgqfrms/
https://pypi.org/project/math_package_xgqfrms/
GitHub
Project tree
# math_package_project
$ tree
.
โโโ LICENSE
โโโ README.md
โโโ dist
โ โโโ math_package_xgqfrms-0.0.2-py3-none-any.whl
โ โโโ math_package_xgqfrms-0.0.2.tar.gz
โโโ pyproject.toml
โโโ src
โ โโโ math_package_xgqfrms
โ โโโ __init__.py
โ โโโ math.py
โโโ tests
โโโ demo.py
โโโ test.py
Examples
- add
import math_package_xgqfrms as Math
n1 = 1
n2 = 2
sum = Math.add(n1, n2)
print("sum =", sum)
# sum = 3
- sub
import math_package_xgqfrms as Math
n1 = 3
n2 = 1
minus = Math.sub(n1, n2)
print("minus =", minus)
# minus = 2
- mul
import math_package_xgqfrms as Math
n1 = 2
n2 = 3
multi = Math.mul(n1, n2)
print("multi =", multi)
# multi = 6
- div
import math_package_xgqfrms as Math
n1 = 6
n2 = 2
divide = Math.div(n1, n2)
print("divide =", divide)
# div = 3.0
Release files for math-package-xgqfrms 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| math_package_xgqfrms-0.0.2.tar.gz | 4.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| math_package_xgqfrms-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.9 kB
Release files / math_package_xgqfrms-0.0.2.tar.gz
| Download URL | math_package_xgqfrms-0.0.2.tar.gz |
|---|---|
| Size | 4.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a162a318b34fe8cb814152976c9907cea7f1f972df240b3d97c2d9f1cb8fa89f
|
|
BLAKE2b-256 checksum How to use checksums |
25a1493d3d9fa8de21ba1c94877d704a1b2812c19f822eb36b91034c00e7f36a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.6
|
Release files / math_package_xgqfrms-0.0.2-py3-none-any.whl
| Download URL | math_package_xgqfrms-0.0.2-py3-none-any.whl |
|---|---|
| Size | 3.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
59434fde12b40b4322724785d768b72b773d6c92a56f597cb4dd3bff2c4daa51
|
|
BLAKE2b-256 checksum How to use checksums |
dd9f05444857c66c3448247c88317945d91eed9fdac0914910e034fd566a1bf4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.6
|