You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# description: this file contains the classes for each individual from of mathematical expressions, e.g. polynomial, algebraic, closeform, & mathematical
# each class has certain functions and attributes unit to it
def problem_generator(expression, num_problems):
""" A generator; generates randomized problems per attributes
@expression: type of math expression to generate from
@num_problems: number of problems to generate (will yield after each)"""