Status: Accepted
Owner: smi...@gmail.com
Labels: Type-Defect Priority-Medium NeedsReview smichr

New issue 2175 by smi...@gmail.com: Add.as_coeff_terms not respecting x
http://code.google.com/p/sympy/issues/detail?id=2175

The following is giving the wrong result when 'x' has been specified:

    >>> (3+y).as_coeff_terms(x)
    (1, (3 + y,))

It should give (3 + y, ()) where all x-independent terms are part of the coefficient.

This will be added to the commit dealing with as_coeff_* commit.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to