Status: Accepted
Owner: asmeurer
Labels: Type-Defect Priority-Medium
New issue 2156 by [email protected]: 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 [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.