Status: Valid
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 3547 by smi...@gmail.com: Undefined functions with number arguments should have is_number be False
http://code.google.com/p/sympy/issues/detail?id=3547

Function('f')(1).is_number
True

Perhaps it would be better to have this be False since it can't be evaluated to a number with evalf. Alternatively, such quantitites should be disallowed in solve (solve(f(1) - 2, f(1)) gives [2]) and Indexed variables used instead.

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