1. Introduction
Simple calculator for solving problems related to discrete mathmatics, such as combinations, probabilities, truth-tables, and more.
2. How to Install
- pip install discrete-math-helper
- pip install --upgrade discrete-math-helper
3. How to Run
- from discrete_math_helper import calc
- calc = calc.Calculator()
- #Combination Example: calc.combination(6, 2)
- #Truth Table Example: calc.truthtable("p and q")
4. Available Arguments
- Combinations: calc.combination(n,r)
- Permutations: calc.permutation(n,r)
- Truth Table: calc.truthtable("statement containing variables: p, q")
- Bayes' Probability: calc.bayes(P(T|A), P(A), P(T))
- Big O Calculator: calc.bigo(a,b,d)
5. Creater Contact Information
- Email: dokkuh@umich.edu
- Phone: (479) 544-2885
6. Contributors
- Zalan Shah: zalans@umich.edu
Release files for discrete-math-helper 1.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| discrete_math_helper-1.1.3.tar.gz | 2.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| discrete_math_helper-1.1.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.3 kB
Release files / discrete_math_helper-1.1.3.tar.gz
| Download URL | discrete_math_helper-1.1.3.tar.gz |
|---|---|
| Size | 2.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9695fec8c9ffbf002131d52594a8b0197612a81a536417dba21f3d3b314bfa65
|
|
BLAKE2b-256 checksum How to use checksums |
64fc030658a08bde09844b47197147dbac94ef8ebc615b9c8ad2c4e8c1151c9d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.8.9
|
Release files / discrete_math_helper-1.1.3-py3-none-any.whl
| Download URL | discrete_math_helper-1.1.3-py3-none-any.whl |
|---|---|
| Size | 3.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5768b145005d0e23f4493b6a92b6a78cce7261feb6a9726d19c89fcf5ca6f29e
|
|
BLAKE2b-256 checksum How to use checksums |
731c58c27cab31d0ae5f254911f89cd2f69de3e3681caccff1718e784d704e46
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.8.9
|