Updates:
        Status: Fixed

Comment #3 on issue 2064 by smi...@gmail.com: terms_gcd(sqrt(4 + 4*x)) doesn't give 2*sqrt(1 + x)
http://code.google.com/p/sympy/issues/detail?id=2064

terms_gcd is meant to only deal with gcd on each term, not within terms. The gcd_terms function does the job:

    >>> gcd_terms(sqrt(4+4*x))
    2*sqrt(x + 1)

This is part of master.

--
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