Comment #1 on issue 2284 by [email protected]: Calculate limit error
http://code.google.com/p/sympy/issues/detail?id=2284

In '0.7.1-git':

In [47]: import sympy
In [48]: x = sympy.symbols('x')
In [49]: x0=0
In [50]: func = ( 1.0*1+ 1.0*x)**( 1.0*1/x)
In [51]: print sympy.limit(func, x, x0)
oo

Which is a wrong result, must be 'e'


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