@ -89,3 +89,4 @@ def simplify_exponential_function(type, function):
result = [f"{new_coefficient}x"]
else:
result = [f"{new_coefficient}x^{new_exponent}"]
return result