Comment #7 on issue 3086 by smi...@gmail.com: round() function overrides built-in
http://code.google.com/p/sympy/issues/detail?id=3086

The argument there had nothing to do with overhead.

Regarding overhead, see our brief discussion about point 4 at http://code.google.com/p/sympy/issues/detail?id=1727#c13

I don't understand what this new round() does

Compare:
__builtins__.round(pi**100)
5.1878483143196132e+49
round(pi**100)
51878483143196131920862615246303013562686760680406.

Perhaps it could be made the round *method*?

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