Browse Source

refactoring: added new line

master
fd7794 11 months ago
parent
commit
56a69c1a71
  1. 1
      src/main/py/read_math_function.py

1
src/main/py/read_math_function.py

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

Loading…
Cancel
Save