Browse Source

refactoring: added new line

remotes/origin/feature/feature-read-math-functions
fdai7763 11 months ago
parent
commit
d6b8dfee1c
  1. 1
      src/main/py/read_math_function.py

1
src/main/py/read_math_function.py

@ -46,6 +46,7 @@ def calculate_constant_string(string):
except Exception as e:
return f"Fehler bei der Berechnung: {str(e)}"
def simplify_easy_math_function(type, function):
if type != "v":
return False

Loading…
Cancel
Save