Status: Valid
Owner: ----
Labels: Type-Defect Priority-High Printing

New issue 3260 by [email protected]: Power of Integral should pretty print with parentheses
http://code.google.com/p/sympy/issues/detail?id=3260

In [280]: Integral(q(y), (y, xp, x))**2
Out[280]:
          2
x
⌠
⎮  q(y) dy
⌡
xp

In [281]: pprint(Integral(q(y), (y, xp, x))**2, use_unicode=False)
           2
  x
  /
 |
 |  q(y) dy
 |
/
xp

There should be parentheses around the integral.

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

Reply via email to