Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium Printing

New issue 3047 by asmeu...@gmail.com: power should pretty print on the same line as the conjugate bar
http://code.google.com/p/sympy/issues/detail?id=3047

In [472]: z.conjugate()**2
 2
_
z

In [473]: pprint(z.conjugate()**2, use_unicode=False)
 2
_
z

The 2 should be on the same line as the _ (right next to it).

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to