mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
combine_like_terms fixes
This commit is contained in:
@@ -109,3 +109,4 @@ from .is_leap_year import *
|
|||||||
from .minutes_to_hours import *
|
from .minutes_to_hours import *
|
||||||
from .decimal_to_bcd import *
|
from .decimal_to_bcd import *
|
||||||
from .circumference import *
|
from .circumference import *
|
||||||
|
from .combine_like_terms import *
|
||||||
|
|||||||
@@ -41,5 +41,5 @@ def combineTerms(string):
|
|||||||
return final_string
|
return final_string
|
||||||
|
|
||||||
|
|
||||||
combineLikeTerm = Generator("Combine Like terms", 102, "nx^m+lx^k+bx^m",
|
combine_like_terms = Generator("Combine Like terms", 105, "nx^m+lx^k+bx^m",
|
||||||
"(n+b)x^m+lx^k", likeTermCombineFunc)
|
"(n+b)x^m+lx^k", likeTermCombineFunc)
|
||||||
Reference in New Issue
Block a user