diff --git a/pymath/expression.py b/pymath/expression.py index fe70637..3de5201 100644 --- a/pymath/expression.py +++ b/pymath/expression.py @@ -110,6 +110,7 @@ class Expression(object): def simplified(self): """ Get the simplified version of the expression """ + self.compute_exp() try: return self.child.simplified() except AttributeError: