saxbophone / arby

Arbitrary precision arithmetic in C++, even at compile-time
https://saxbophone.com/arby/
Mozilla Public License 2.0
8 stars 1 forks source link

Bitwise-shift for Int class #129

Open saxbophone opened 1 year ago

saxbophone commented 1 year ago

We could follow the typical rules for signed bit-shifting and shift negative numbers towards negative infinity

saxbophone commented 1 year ago

Depends on #29