Comment #22 on issue 3086 by [email protected]: round() function overrides
built-in
http://code.google.com/p/sympy/issues/detail?id=3086
each part of a complex number is now rounded (but how it is printed is
still an issue):
>>> (pi+2*I*E).round()
3.0 + 5.0*I
>>> (pi).round()
3.
--
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.