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 "Or(x, 3)", however "x | 1" is parsed as "true").

Having a symbolic representation of bitwise operations that matches python's behaviour with |, &, ^ and ~ would be great! (I'm not sure how to do this without breaking backwards compatibility though with programs using those operators as boolean).


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