Simple calculator for solving problems realted to discrete mathmatics, such as combinations, probabilities, truth-tables, and more.
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file discrete_math_helper-1.1.3.tar.gz
.
File metadata
- Download URL: discrete_math_helper-1.1.3.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9695fec8c9ffbf002131d52594a8b0197612a81a536417dba21f3d3b314bfa65 |
|
MD5 | 807ee572b384a436ea81a418dc2d85d7 |
|
BLAKE2b-256 | 64fc030658a08bde09844b47197147dbac94ef8ebc615b9c8ad2c4e8c1151c9d |
File details
Details for the file discrete_math_helper-1.1.3-py3-none-any.whl
.
File metadata
- Download URL: discrete_math_helper-1.1.3-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5768b145005d0e23f4493b6a92b6a78cce7261feb6a9726d19c89fcf5ca6f29e |
|
MD5 | cbe75db5a20d099bdca45e82c1ea76d6 |
|
BLAKE2b-256 | 731c58c27cab31d0ae5f254911f89cd2f69de3e3681caccff1718e784d704e46 |