Comment #4 on issue 3184 by asmeu...@gmail.com: 0**I giving wrong answer
http://code.google.com/p/sympy/issues/detail?id=3184
By the way, there's no precedent in Python itself for this one:
In [156]: 0**1j
---------------------------------------------------------------------------
ZeroDivisionError Traceback (most recent call last)
/Users/aaronmeurer/Documents/Python/sympy/sympy/<ipython-input-156-3c113b6701a6>
in
<module>()
----> 1 0**1j
ZeroDivisionError: 0.0 to a negative or complex power
--
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.