Status: Accepted
Owner: [email protected]
Labels: Type-Defect Priority-Medium
New issue 2283 by [email protected]: Non-iterative 'in'
http://code.google.com/p/sympy/issues/detail?id=2283
While trying to fix issues 1010, I found following inconsistency -
In [1]: l = x*gamma(x)*sin(x)*y
In [2]: x*gamma(x) in l
Out[2]: False
In [3]: gamma(x) in l
Out[3]: True
In [4]: x in l
Out[4]: True
Where should I look to make changes or modification in 'in' keyword? Or is
it core python feature that is not easy to change?
--
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.