Updates:
Labels: NeedsReview smichr
Comment #3 on issue 3004 by [email protected]: match gives nan when matching
on oo
http://code.google.com/p/sympy/issues/detail?id=3004
it was missing the ability to remove -oo from the args by not treating it
as -1*oo
def test_issue_3004():
x = Symbol('x')
assert (-I*x*oo).match(I*a*oo) == {a: -x}
--
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.