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

The oddities about logical operators is a separate issue, which I've created issue #2256 for. It is just compounded by the fact that standard Python intends "|" to mean bitwise-or and "or" to mean logical-or, but this is not how sympy treats "|" and "or" (and related operators).

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to