Updates:
        Labels: Logic

Comment #1 on issue 3509 by [email protected]: Numbers should not remain in BooleanFunctions
http://code.google.com/p/sympy/issues/detail?id=3509

Behavior with just numbers is strange:

In [25]: And(2, 1)
Out[25]: 2

In [26]: And(2, 3)
Out[26]: 2 ∧ 3

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

Reply via email to