@ -118,3 +118,7 @@ def sum_of_simplified_exponential_functions(type, function):
return False
summands = function.split('+')
return simplify_exponential_function('e', summands)
def difference_of_simplified_exponential_functions(type, function):
if type !="de":