Re: Issue 2254 in sympy: Support for bitwise operations

2013-02-23 Thread sympy
Updates: Labels: Logic Comment #6 on issue 2254 by asmeu...@gmail.com: Support for bitwise operations http://code.google.com/p/sympy/issues/detail?id=2254 (No comment was entered for this change.) -- You received this message because this project is configured to send all issue not

Re: Issue 2254 in sympy: Support for bitwise operations

2011-11-01 Thread sympy
Comment #4 on issue 2254 by ronan.l...@gmail.com: Support for bitwise operations http://code.google.com/p/sympy/issues/detail?id=2254 Issue 1815 has been merged into this issue. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to thi

Re: Issue 2254 in sympy: Support for bitwise operations

2011-03-31 Thread sympy
Comment #3 on issue 2254 by b-goo...@largestprime.net: Support for bitwise operations http://code.google.com/p/sympy/issues/detail?id=2254 While I agree with Comment #1 Christian, this specific issue is a request for bitwise operations in sympy, however they might be implemented syntactic

Re: Issue 2254 in sympy: Support for bitwise operations

2011-03-31 Thread sympy
Updates: Status: Accepted Comment #2 on issue 2254 by asmeurer: Support for bitwise operations http://code.google.com/p/sympy/issues/detail?id=2254 I agree. We should separate Symbols from boolean symbols (there should be some BoolSymbol class that is completely separate from Expr).

Re: Issue 2254 in sympy: Support for bitwise operations

2011-03-31 Thread sympy
Updates: Cc: christian.muise Comment #1 on issue 2254 by christian.muise: Support for bitwise operations http://code.google.com/p/sympy/issues/detail?id=2254 I think the problem here isn't that x | 1 == True, but that Or(x | 3) is even allowed. In sympy, the Or, And, etc. operators are

Issue 2254 in sympy: Support for bitwise operations

2011-03-31 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 2254 by b-goo...@largestprime.net: Support for bitwise operations http://code.google.com/p/sympy/issues/detail?id=2254 sympy currently treats And and Or as logical operations (but a bit oddly, in that "x | 3" is parsed as "O