mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 14:35:23 +01:00
binomial distribution fix
This commit is contained in:
@@ -38,5 +38,5 @@ def binomialDistFunc():
|
||||
return problem, answer
|
||||
|
||||
|
||||
binomial_distribution = Generator("Binomial distribution", 107,
|
||||
binomial_distribution = Generator("Binomial distribution", 109,
|
||||
"P(X<x)=", "c", binomialDistFunc)
|
||||
|
||||
Reference in New Issue
Block a user