Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bitwise operations - add one's complement, alternative representations and improve documentation #26

Open
didito opened this issue Apr 1, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@didito
Copy link

didito commented Apr 1, 2021

  1. I could not find any information in the docs about one's complement. The other basic bitwise operations work as expected (&, I, ^), but neither "not", nor "~", nor "!" work for me.

  2. I think it would intuitive to have alternative operators as well in the form of "and", "or", "xor" and "not"
    Similar to this https://en.cppreference.com/w/cpp/language/operator_alternative

  3. Binary shifts are not really mentioned in the documentation. kalk's >> is an arithmetic shift as far as I can see. Might be worth clarifying.

@xoofx xoofx added the enhancement New feature or request label Apr 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants