Comment #18 on issue 3184 by smi...@gmail.com: 0**I giving wrong answer
http://code.google.com/p/sympy/issues/detail?id=3184

We might want to look into the ask imaginary handler to see why it was giving the wrong result

Note that 0**I evaluates to nan and nan is not anything in the new assumptions: not real, not complex, not imaginary, ... The old system gives None for each of these queries:

ask(Q.real(nan))
False
ask(Q.imaginary(nan))
False
ask(Q.complex(nan))
False

nan.is_real
nan.is_complex
nan.is_imaginary


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