Expression handle ":" but can't simplify with it yet

This commit is contained in:
lafrite 2014-01-19 18:38:15 +01:00 committed by Lafrite
parent 5799d9a48d
commit 9ec684477f
1 changed files with 3 additions and 3 deletions

View File

@ -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)