Updates:
        Status: Fixed

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

(2**I).conjugate() now returns the right value, too, thanks to review help from Mario on the above mentioned pull request. (In master it came back unchanged.)

e=2**I
e.n()
0.769238901363972 + 0.638961276313635*I
e.conjugate().n()
0.769238901363972 - 0.638961276313635*I

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