@ -75,4 +75,6 @@ def extract_constant(function):
def simplify_exponential_function(type, function):
if type != "e":
return False
if 'x' not in function:
return "Der Ausdruck muss die Variable 'x' enthalten."