Status: NeedsDecision
Owner: [email protected]
Labels: Type-Defect Priority-Medium Series EasyToFix
New issue 2293 by [email protected]: Unexpected limit behaviour
http://code.google.com/p/sympy/issues/detail?id=2293
In [3]: limit(x**-1, x, 0)
Out[3]: ∞
In [4]: x=9
In [5]: limit(x**-1, x, 0)
Out[5]: 0.111111111111111
Is this a design decision, or a bug ?
The actual call in 5 is limit(9**-1, 9, 0), which should return an Error at
the very least.
--
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.