Skip to content

Commit

Permalink
Add shiftRight_to_positive(n, bitlength)
Browse files Browse the repository at this point in the history
This if equivalent of <<< bitwise operation in JavaScript.
n - how many bits to shifting,
bitlength - can be specified, or be false to do standartly shiftRight(n).
Default bitlength is 32 bits.

See peterolson#137
  • Loading branch information
username1565 committed Jun 3, 2018
1 parent 4eef597 commit 6b822aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/spec.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6b822aa

Please sign in to comment.