Simple project that do basic math calculation.
Project description
simple heiiiioptgh package
usage example
from gosimplepack import circle_area
ans = circle_area(7)
print(ans)
153.93804002589985
Other example
Addition
from gosimplepack import add, subtract, divide
addn = add(5, 6)
print(addn)
11
Subtract
from gosimplepack import add, subtract, divide
subn = subtract(10, 6)
print(subn)
4
multiply
from gosimplepack import add, subtract, multiply
subn = subtract(10, 6)
print(subn)
60
divide
from gosimplepack import add, subtract, multiply
divn = divide(10, 6)
print(divn)
1.6666666666666667
made by 3ekodomo.
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
gosimplepack-0.5.0.tar.gz
(6.0 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
File details
Details for the file gosimplepack-0.5.0.tar.gz.
File metadata
- Download URL: gosimplepack-0.5.0.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8b36e55f5f43e33f4cfa5dd6c9b119577984d9220defb550bb3bb4f9880f97b
|
|
| MD5 |
eb79dac57a44575c347b3b1f972d45b9
|
|
| BLAKE2b-256 |
8a74588abd5e6386ae24a04db1b5d99389d49248f7458196639ac5392cf509fa
|
File details
Details for the file gosimplepack-0.5.0-py3-none-any.whl.
File metadata
- Download URL: gosimplepack-0.5.0-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
43798ed1722ad427a88616ce0639c97941a7ad3bd28c84408851a2b1ba88523b
|
|
| MD5 |
52fb6b5123ddd3fef77416cfb01a039f
|
|
| BLAKE2b-256 |
fec7ee2bb18328c81e26350a1eb821712f2165c7212f5a43b3255999db3157a7
|