Skip to content

Commit 0957113

Browse files
authored
Merge pull request github#18425 from d10c/d10c/BigInt.bitLength
Language reference: mention BigInt.bitLength()
2 parents 60ae374 + b5935fc commit 0957113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/ql-language-reference/modules.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ The other built-in operations are:
443443
* ``BigInt`` arithmetic: binary ``+``, ``-``, ``*``, ``/``, ``%``, unary ``-``,
444444
* bitwise operations: ``.bitAnd(BigInt)``, ``.bitOr(BigInt)``,
445445
``.bitXor(BigInt)``, ``.bitShiftLeft(int)``, ``.bitShiftRightSigned(int)``,
446-
``.bitNot()``,
446+
``.bitNot()``, ``.bitLength()``,
447447
* aggregates: ``min``, ``max``, (``strict``)\ ``sum``, (``strict``)\ ``count``, ``avg``,
448448
``rank``, ``unique``, ``any``.
449449
* other: ``.pow(int)``, ``.abs()``, ``.gcd(BigInt)``, ``.minimum(BigInt)``,

0 commit comments

Comments
 (0)