Issue 3547 in sympy: Undefined functions with number arguments should have is_number be False

2012-12-02 Thread sympy
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

Re: Issue 3547 in sympy: Undefined functions with number arguments should have is_number be False

2012-12-03 Thread sympy
Comment #1 on issue 3547 by asmeu...@gmail.com: Undefined functions with number arguments should have is_number be False http://code.google.com/p/sympy/issues/detail?id=3547 But our assumptions on Function mean it is a number, even if we don't know what that number is. Regarding solve, I

Re: Issue 3547 in sympy: Undefined functions with number arguments should have is_number be False

2012-12-03 Thread sympy
Comment #2 on issue 3547 by ronan.l...@gmail.com: Undefined functions with number arguments should have is_number be False http://code.google.com/p/sympy/issues/detail?id=3547 If we don't know what it is, then we can't evalf() it or compare it to a real real number, which means that is_numb

Re: Issue 3547 in sympy: Undefined functions with number arguments should have is_number be False

2012-12-03 Thread sympy
Comment #3 on issue 3547 by asmeu...@gmail.com: Undefined functions with number arguments should have is_number be False http://code.google.com/p/sympy/issues/detail?id=3547 I guess it's fine if defining is_number that way makes it more useful. This again goes back to issue 2916. -- You r

Re: Issue 3547 in sympy: Undefined functions with number arguments should have is_number be False

2012-12-03 Thread sympy
Updates: Labels: Assumptions Comment #4 on issue 3547 by asmeu...@gmail.com: Undefined functions with number arguments should have is_number be False http://code.google.com/p/sympy/issues/detail?id=3547 Make that issue 2196. -- You received this message because you are subscribed to

Re: Issue 3547 in sympy: Undefined functions with number arguments should have is_number be False

2012-12-03 Thread sympy
Updates: Blockedon: sympy:2196 Comment #5 on issue 3547 by asmeu...@gmail.com: Undefined functions with number arguments should have is_number be False http://code.google.com/p/sympy/issues/detail?id=3547 (No comment was entered for this change.) -- You received this message because