Updates:
        Summary: is_number needs a new name (was "is_number could do more")

Comment #2 on issue 2052 by smichr: is_number needs a new name (was "is_number could do more")
http://code.google.com/p/sympy/issues/detail?id=2052

Should is_number be renamed? Proving that an expression is a number is not a quick little core operation. Telling whether something is symbol-free is quick, though.

Perhaps just adding an s would be enough: is_number -> is_numbers since that would hopefully keep someone from thinking that a single number is being sought out.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-iss...@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