added binomial distribution function

This commit is contained in:
Vhizux
2020-10-23 21:38:54 +02:00
parent 5ffa50b1f3
commit 0c342dc37f
4 changed files with 51 additions and 1 deletions

5
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.enabled": true
}