Comment #2 on issue 2065 by smichr: Wrong result with expressions like limit(x**0.5, x, oo)
http://code.google.com/p/sympy/issues/detail?id=2065

The ability to rationalize all numbers with a call to nsimplify with the rational=True flag can help in this case in t2:

limit(nsimplify(x**(1/3.), rational=1), x, oo)
oo

(This is something that limit could use internally.)

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