-
**Defect Description**
In bitwise operator section when I run the code, in the code output all points are incomplete. There is no word after Here in line "Here have higher..."
**Steps to reproduce**…
-
**Defect Description**
In bitwise operator section when I run the code, in the code output all points are incomplete. There is no word after Here in line "Here have higher..."
**Steps to reproduce**…
-
When I define methods `('__or__', '__and__', '__xor__', '__ror__', '__rand__', '__rxor__', '__invert__')`
directly in the class inheriting from `enum.Flag`, these methods are "added" (mro) to the mem…
-
I can't find bitwise shift operators `>>,
-
**Is your feature request related to a problem? Please describe.**
I can use ``table.c.some_col & True`` but not ``True & table.c.some_col``. Same for ``|``.
TypeError: unsupported operand typ…
-
I can't figure out what sense bitwise operations like `|`, `&` and `^` would make on BigDecimal. My intuition is that we should just throw TypeErrors if they are used. Any concerns with this plan?
-
https://github.com/sparkfun/SparkFun_MAX3010x_Sensor_Library/blob/master/src/heartRate.cpp#L108
In multiple places, this strange use of bitwise AND is used:
```
src/heartRate.cpp:108:33: warnin…
-
-
Bitwise or on a char enum should succeed or error at compile time
**Repro steps**
```
Microsoft (R) F# Interactive version 11.4.2.0 for F# 5.0
Copyright (c) Microsoft Corporation. All Rights Res…
-
the speed of bitwise_or seems off compared to when i test with riptable
on my computer, in riptable, the bitwise_or of 1million int32 takes 59 micoseconds
when i use the same code to speed it up f…