korean high school 3rd grade math with python3!
Project description
open source and free to use!!<br> if you have question,feel free to email seojin04230423@gmail.com !<br> Changelogs:<br> 0.0.0b1 first release(changed from percstat)<br> 0.0.0b3 debug and added AmB function<br> 0.0.0b4 import error fixed<br> how to use:<br> 1.Class etc:<br> coin=[0,1]<br> dice=[1,2,3,4,5,6]<br> 2.Class percentage:<br> 2-1.functions that returns integer:<br> Factorial(n)=n*(n-1)*…*2*1<br> nPr(n,r)=n!/(n-r)!(! is factorial)<br> nPIr(n,r)=n**r((ex)nPIr(3,2)=3**2= 3*3,nPIr(4,4)=4**4=4*4*4*4<br> nHr(n,r)=n+r-1Cr(=nCr(n+r-1,r))<br> nCr(n,r)=nPr(=nPr(n,r))/n!<br> P(A,S)=len(A)/len(S)(if A is in S,if not, returns 0)(A and S are NON-TUPLE list)<br> P_BlA(A,B,S)=returns P(AnB(A,B)/P(A))<br> 2-2.functions that returns NON-TUPLE list:<br> Ac(A,S)=returns all of S’s elements except A’s elements.<br> AnB(A,B)=returns (A and B)’s elements.<br> AUB(A,B)=returns (A or B’)s elements.<br> AmB(A,B,S)=returns AnB(A,Ac(B,S))’s elements.<br> 2-3.Functions that returns boolean(True/False)<br> AcB(A,B)=returns true if list A is in B<br> AEB(A,B)=returns true if element A(only one elements!) is in B<br>
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 percentage-0.0.0b4.tar.gz
.
File metadata
- Download URL: percentage-0.0.0b4.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.21.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db6bfbe3bac2bc5daf0152de57b13aace5a4473b765c1090c0e9c2e7cf542dd9 |
|
MD5 | d927eb75ac6f1e4ccdcd68efecc48727 |
|
BLAKE2b-256 | f4d3c326faf53b41cb3bf5fd68b4971bc0dbdeb4285140efe35736d16e763828 |
File details
Details for the file percentage-0.0.0b4-py3-none-any.whl
.
File metadata
- Download URL: percentage-0.0.0b4-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.21.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20da8ef2435e5776b13210db8e755fae1194ec853866d8e1aba532da9d3d9e21 |
|
MD5 | c021fb513c79f500f6e08fdcaf0529b8 |
|
BLAKE2b-256 | a187a6eb55fa78c9a3ae18df3a384a98e4f8e6200edac78a83cb664b6eb0261a |