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
Hashes for percentage-0.0.0b4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20da8ef2435e5776b13210db8e755fae1194ec853866d8e1aba532da9d3d9e21 |
|
MD5 | c021fb513c79f500f6e08fdcaf0529b8 |
|
BLAKE2b-256 | a187a6eb55fa78c9a3ae18df3a384a98e4f8e6200edac78a83cb664b6eb0261a |