Fix: simplify rendering by expanding tree. still bugs with set_render
This commit is contained in:
@@ -246,8 +246,8 @@ class Token(object):
|
||||
>>> c = a ** 2
|
||||
>>> c
|
||||
<Decimal 5.29>
|
||||
"""
|
||||
|
||||
"""
|
||||
return self._operate(other, "^")
|
||||
|
||||
def _roperate(self, other, operation):
|
||||
|
||||
Reference in New Issue
Block a user