Status: Accepted
Owner: asmeurer
Labels: Type-Defect Priority-Medium WrongResult
New issue 2261 by asmeurer: (1/x).subs(x, 0) is nan instead of oo or zoo
http://code.google.com/p/sympy/issues/detail?id=2261
In [3]: (1/x).subs(x, 0)
Out[3]: nan
In [4]: 1/S(0)
Out[4]: ∞
As discussed in issue 2096, these should both be zoo, but at the very least
they should be the same!
See also issue 2260.
--
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.