Status: Accepted Owner: asmeurer Labels: Type-Defect Priority-Medium WrongResult
New issue 2330 by asmeurer: sqrt(I).conjugate() is wrong http://code.google.com/p/sympy/issues/detail?id=2330 In [62]: sqrt(I) Out[62]: 4 ⎽⎽⎽⎽ ╲╱ -1 In [63]: sqrt(I).conjugate() Out[63]: 4 ⎽⎽⎽⎽ ╲╱ -1 In [64]: sqrt(I).is_real Out[64]: False Clearly the output of [63] is wrong. -- 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.
