Status: Accepted
Owner: asmeurer
Labels: Type-Defect Priority-Low Printing

New issue 2451 by asmeurer: Position of power in pretty printed functions
http://code.google.com/p/sympy/issues/detail?id=2451

We pretty print powers of functions before the args, like

In [8]: f(1/x)**2
Out[8]:
 2
  ⎛1⎞
f ⎜─⎟
  ⎝x⎠

But I think it might look nicer, at least for a single character power, if it were placed right above the function, like

 2⎛1⎞
f ⎜─⎟
  ⎝x⎠

Thoughts?

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