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