Comment #2 on issue 2453 by asmeurer: abs(sympy.I * sympy.pi) evaluates incorrectly
http://code.google.com/p/sympy/issues/detail?id=2453
It works when the imaginary part is a Number, but apparently not when it is some symbolic (but) real number:
In [3]: abs(I) Out[3]: 1 In [4]: abs(I*2) Out[4]: 2 In [5]: abs(I*E) Out[5]: ℯ⋅ⅈ -- 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.
