Updates:
        Labels: NeedsReview smichr

Comment #2 on issue 3373 by smi...@gmail.com: 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-patches" group.
To post to this group, send email to sympy-patches@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-patches+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to