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)
|
#e = Expression(exp)
|
||||||
#print(e)
|
#print(e)
|
||||||
|
|
||||||
exp="-2+a+(12 + 1)(3-12) + 34a"
|
exp="-2+a+(12 + 1)(3-12) : 34a"
|
||||||
test(exp)
|
#test(exp)
|
||||||
e = Expression(exp)
|
e = Expression(exp)
|
||||||
print(e)
|
print(e.render(render = tex_render))
|
||||||
|
|
||||||
#exp="-2*b+a(12 + 1)(3-12)"
|
#exp="-2*b+a(12 + 1)(3-12)"
|
||||||
#test(exp)
|
#test(exp)
|
||||||
|
Loading…
Reference in New Issue
Block a user