@ -126,3 +126,5 @@ def difference_of_simplified_exponential_functions(type, function):
if type !="de":
return False
minuend, subtrahend = function.split('-')
new_minuend = simplify_exponential_function('e', minuend)
new_subtrahend = simplify_exponential_function('e', subtrahend)