mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Language reference: mention BigInt.bitLength()
This commit is contained in:
@@ -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)``,
|
||||
|
||||
Reference in New Issue
Block a user