Status: Accepted
Owner: smichr
Labels: Type-Defect Priority-Medium

New issue 1934 by smichr: Function.is_number oddness
http://code.google.com/p/sympy/issues/detail?id=1934

Is the following the expected behavior?

from sympy import *
var('x')
x
f(x).is_number
False
x.is_number
False
f.is_number
<property object at 0x013A9F90>

Why doesn't this come back as False?

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