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

New issue 2156 by nicolas....@gmail.com: Limit pretty print bug
http://code.google.com/p/sympy/issues/detail?id=2156

Reported by Aaron in issue 2000 :

In [24]: Limit(x, x, 1, dir='-')
Out[24]:
lim x
x->1

Should be

In [24]: Limit(x, x, 1, dir='-')
Out[24]:
 lim x
    -
x->1

And assumedly it is possible to create a better looking arrow using unicode (?)


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