Commit 5fc4e7c1 authored by Taddeus Kroes's avatar Taddeus Kroes

Fixed parenthesis issue in pretty-print.

parent df22e874
...@@ -10,6 +10,3 @@ ...@@ -10,6 +10,3 @@
>>> a2b3 + a2b3 >>> a2b3 + a2b3
a ^ 2 * b ^ 3 + a ^ 2 * b ^ 3 a ^ 2 * b ^ 3 + a ^ 2 * b ^ 3
- Pretty printing of "ab/cd" is currently printed as "((ab) / f) * g". This
means that equal precedence generates an unwanted precedence conflict.
graph_drawing @ 591a3e65
Subproject commit 0bbbb5e60ffe69aced754ce919ba04be2f665651 Subproject commit 591a3e65e0c08a4e9d316faee92dc3bd58b3dd86
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment