Expression handle ":" but can't simplify with it yet
This commit is contained in:
parent
5799d9a48d
commit
9ec684477f
|
@ -411,10 +411,10 @@ if __name__ == '__main__':
|
|||
#e = Expression(exp)
|
||||
#print(e)
|
||||
|
||||
exp="-2+a+(12 + 1)(3-12) + 34a"
|
||||
test(exp)
|
||||
exp="-2+a+(12 + 1)(3-12) : 34a"
|
||||
#test(exp)
|
||||
e = Expression(exp)
|
||||
print(e)
|
||||
print(e.render(render = tex_render))
|
||||
|
||||
#exp="-2*b+a(12 + 1)(3-12)"
|
||||
#test(exp)
|
||||
|
|
Loading…
Reference in New Issue