mathlib
A mathematical library for Python focused on providing simple, independent, and reusable mathematical tools.
Authors
- Natanael Rodrigues
Usage/Examples
from probability import probability
result = probability(3, 10)
print(result)
Output: 0.3
from combinatorics import factorial
result = factorial(5)
print(result)
Output: 120
🔗 Links
Acknowledgements
- Mathematic
- Programation
- Project structure
Release files for advancedmath-natcar2000 1.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 | |
|---|---|---|---|
| advancedmath_natcar2000-1.0.1.tar.gz | 18.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| advancedmath_natcar2000-1.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 38.0 kB
Release files / advancedmath_natcar2000-1.0.1.tar.gz
| Download URL | advancedmath_natcar2000-1.0.1.tar.gz |
|---|---|
| Size | 18.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f7053de5953f71ccb55369bd44b56b72fa1762f1eb0c8483f58475733eed0d33
|
|
BLAKE2b-256 checksum How to use checksums |
54543cc21dec5196f1694b67bf38f17d809d185221c39fe42301c1c8279a5392
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.15
|
Release files / advancedmath_natcar2000-1.0.1-py3-none-any.whl
| Download URL | advancedmath_natcar2000-1.0.1-py3-none-any.whl |
|---|---|
| Size | 19.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
20fcee195697e323da53d81e4481afbbf2320bb2bb8f1777e7c4b6abc2f0c5ab
|
|
BLAKE2b-256 checksum How to use checksums |
7a323c7411c94505fac227b72abbd3003ac541563d2997516606840748991901
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.15
|