Skip to content

Commit

Permalink
Language reference: mention BigInt.bitLength()
Browse files Browse the repository at this point in the history
  • Loading branch information
d10c committed Jan 7, 2025
1 parent 148b78a commit 89e042d
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 89e042d

Please sign in to comment.