mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 14:35:23 +01:00
Added kwargs to generator module and readme
This commit is contained in:
@@ -45,4 +45,5 @@ def expandingFunc(range_x1=10, range_x2=10, range_a=10, range_b=10):
|
||||
|
||||
|
||||
expanding = Generator("Expanding Factored Binomial", 111, "(a*x-x1)(b*x-x2)",
|
||||
"a*b*x^2+(b*x1+a*x2)*x+x1*x2", expandingFunc)
|
||||
"a*b*x^2+(b*x1+a*x2)*x+x1*x2", expandingFunc,
|
||||
["range_x1=10", "range_x2=10", "range_a=10", "range_b=10"])
|
||||
|
||||
Reference in New Issue
Block a user