Comment #4 on issue 2587 by [email protected]: Strange printing at SymPy Live
http://code.google.com/p/sympy/issues/detail?id=2587

f = 1/(Catalan**2*(Catalan**2 + 1))
f
            1
-------------------------
       2 /    1         \
Catalan *|---------- + 1|
         |/   1    \    |
         ||--------|    |
         ||       2|    |
         \\Catalan /    /
f == 1/(Catalan**2*(Catalan**2 + 1))
False

Note that I chose Catalan because it's a singleton. This is probably related to pickling (see issue 2204).

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