Updates:
        Labels: NeedsReview smichr

Comment #2 on issue 3373 by [email protected]: clear_denoms fails for domain EX
http://code.google.com/p/sympy/issues/detail?id=3373

as_numer_denom doesn't deal with Polys:


var('x')
x
Poly(x/2).as_numer_denom()
(Poly(1/2*x, x, domain='QQ'), 1)


I put a different sort of change -- not sure about the soundness of it as I only have a rudimentary understanding of how Poly works. This is in my gcd PR, https://github.com/sympy/sympy/pull/1505 .

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

Reply via email to