Issue 1934 in sympy: Function.is_number oddness

2010-05-10 Thread sympy
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_

Re: Issue 1934 in sympy: Function.is_number oddness

2011-11-01 Thread sympy
Updates: Blockedon: 1688 Comment #2 on issue 1934 by ronan.l...@gmail.com: Function.is_number oddness http://code.google.com/p/sympy/issues/detail?id=1934 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups "sympy-issue

Re: Issue 1934 in sympy: Function.is_number oddness

2010-05-10 Thread sympy
Comment #1 on issue 1934 by ronan.l...@gmail.com: Function.is_number oddness http://code.google.com/p/sympy/issues/detail?id=1934 That's because f is implemented as a class. This is just a consequence of issue 1688. -- You received this message because you are subscribed to the Google Groups