Status: Accepted Owner: [email protected] Labels: Type-Defect Priority-Medium
New issue 2230 by [email protected]: Problem in is_Function ans is_Number http://code.google.com/p/sympy/issues/detail?id=2230 I was trying to modify code and I found following strange behavior. In [10]: sin(1).is_Number Out[10]: False In [11]: sin(1).is_Function Out[11]: True This is so much annoying. Is it not bug? -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy-issues?hl=en.
