Status: Accepted
Owner: asmeurer
Labels: Type-Enhancement Priority-Medium Printing

New issue 2636 by asmeurer: Pretty print Product
http://code.google.com/p/sympy/issues/detail?id=2636

We should pretty print Product with a big capital Pi.  Something like

product(f(k), (k, 1, n))
  n
-----
|   | f(k)
|   |
k = 1

in ascii, and

product(f(k), (k, 1, n))
  n
┌───┐
│   │ f(k)
│   │
k = 1

in unicode.

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