Skip to content

Commit

Permalink
Merge pull request #18425 from d10c/d10c/BigInt.bitLength
Browse files Browse the repository at this point in the history
Language reference: mention BigInt.bitLength()
  • Loading branch information
d10c authored Jan 9, 2025
2 parents 60ae374 + b5935fc commit 0957113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/codeql/ql-language-reference/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ The other built-in operations are:
* ``BigInt`` arithmetic: binary ``+``, ``-``, ``*``, ``/``, ``%``, unary ``-``,
* bitwise operations: ``.bitAnd(BigInt)``, ``.bitOr(BigInt)``,
``.bitXor(BigInt)``, ``.bitShiftLeft(int)``, ``.bitShiftRightSigned(int)``,
``.bitNot()``,
``.bitNot()``, ``.bitLength()``,
* aggregates: ``min``, ``max``, (``strict``)\ ``sum``, (``strict``)\ ``count``, ``avg``,
``rank``, ``unique``, ``any``.
* other: ``.pow(int)``, ``.abs()``, ``.gcd(BigInt)``, ``.minimum(BigInt)``,
Expand Down

0 comments on commit 0957113

Please sign in to comment.