Updates:
        Labels: NeedsReview smichr

Comment #16 on issue 1724 by [email protected]: conjugate doesn't work for rational powers
http://code.google.com/p/sympy/issues/detail?id=1724

The change of comment 8 has already been implemented, apparently:

x, y = symbols('x y', real=True)
exp(x+y).as_real_imag()
(exp(x + y), 0)

https://github.com/sympy/sympy/pull/1029 addresses the conjugate() problem.

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