Updates:
        Cc: asmeurer ondrej.certik

Comment #15 on issue 1985 by smichr: as_real_imag() gives wrong answer when expanding quotient
http://code.google.com/p/sympy/issues/detail?id=1985

One thing you have to watch out about these core routines is that what the name says and what the function does don't always match. Sometimes the routines are suppose to be dumb and quick, to answer a very simple question. e.g. is_number is just suppose to tell if an expression only contains numbers and no symbols. Hopefully this sort of error wasn't made in the corrections of this patch.

Is there a reason that the pre-existing solution offered in 1725 (which fixed this and several other sympy issues) was not considered? Shall I just ditch 1725?

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-iss...@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