mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 14:35:23 +01:00
renamed main generator funcs to gen_func
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from .__init__ import *
|
||||
|
||||
|
||||
def expandingFunc(range_x1=10,
|
||||
def gen_func(range_x1=10,
|
||||
range_x2=10,
|
||||
range_a=10,
|
||||
range_b=10,
|
||||
@@ -55,5 +55,5 @@ def expandingFunc(range_x1=10,
|
||||
|
||||
|
||||
expanding = Generator(
|
||||
"Expanding Factored Binomial", 111, expandingFunc,
|
||||
"Expanding Factored Binomial", 111, gen_func,
|
||||
["range_x1=10", "range_x2=10", "range_a=10", "range_b=10"])
|
||||
|
||||
Reference in New Issue
Block a user