@ -77,4 +77,5 @@ def simplify_exponential_function(type, function):
if type != "e":
return False
if 'x' not in function:
return "Der Ausdruck muss die Variable 'x' enthalten."
coefficient, exponent = function.split('x^')