You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the name of __quantum__rt__bigint_bitnot the ending bitnot makes an impression that it is the bitwise negation. But the documentation says "bitwise complement", from which it is unclear whether it is a Two's complement
or Ones' complement (equivalent to bitwise negation).
Consider documenting either as "bitwise negation" or "ones' complement".
If it is two's complement, then consider removing the word "bitwise" (I believe the two's complement is not a bitwise concept).
The text was updated successfully, but these errors were encountered:
In the name of
__quantum__rt__bigint_bitnot
the endingbitnot
makes an impression that it is the bitwise negation. But the documentation says "bitwise complement", from which it is unclear whether it is aTwo's complement
or Ones' complement (equivalent to bitwise negation).
Consider documenting either as "bitwise negation" or "ones' complement".
If it is two's complement, then consider removing the word "bitwise" (I believe the two's complement is not a bitwise concept).
The text was updated successfully, but these errors were encountered: