In the name of [`__quantum__rt__bigint_bitnot`](https://github.com/qir-alliance/qir-spec/search?q=__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](https://en.wikipedia.org/wiki/Two%27s_complement#:~:text=A%20two's%2Dcomplement%20number%20system,the%20corresponding%20power%20of%20two.) or [Ones' complement](https://en.wikipedia.org/wiki/Ones%27_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).