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

New issue 3117 by [email protected]: -+inf with pretty printer and Float('inf')
http://code.google.com/p/sympy/issues/detail?id=3117

In [136]: print f
alpha*(exp(x - 1) - 1)/(exp(x) - 1)

In [137]: print f.subs(alpha, 7.4).subs(x, x0)
-inf + +inf*exp(-1)

In [138]: f.subs(alpha, 7.4).subs(x, x0)
              -1
-+inf + +inf⋅ℯ

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