Updates:
        Status: Accepted
        Mergedinto:

Comment #2 on issue 2809 by asmeu...@gmail.com: evalf() doesn't go all the way
http://code.google.com/p/sympy/issues/detail?id=2809

I'm not 100% convinced that that's the same issue. The expression in issue 1583 doesn't even evaluate correctly if you copy and paste it. The one here does:

In [39]: (-30.2633853551501*pi)
Out[39]: -30.2633853551501⋅π

In [40]: (-30.2633853551501*pi).evalf()
Out[40]: -95.0752291044965

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