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.0
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.0.tar.gz | 14.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| advancedmath_natcar2000-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 28.3 kB
Release files / advancedmath_natcar2000-1.0.0.tar.gz
| Download URL | advancedmath_natcar2000-1.0.0.tar.gz |
|---|---|
| Size | 14.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fb1ec1d260060374a1691de3e81e9ed06e925cb35954ced41b92149dde54a854
|
|
BLAKE2b-256 checksum How to use checksums |
9037d796a8ac8d3690b0793c14462c6654621482df2430d8b2883e4b97af27d7
|
| 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.0-py3-none-any.whl
| Download URL | advancedmath_natcar2000-1.0.0-py3-none-any.whl |
|---|---|
| Size | 14.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
afd3b5771ee78fa845962a052fff82d6f54574fdfdcf66e9f549d2c578086239
|
|
BLAKE2b-256 checksum How to use checksums |
c8b1fd43f5f539782e2eee0ae8b0ecb3cc54e4e0392fc72a7d252990a9b937e8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.15
|