Bits

IntBitLength

IntBitLength Description Get the number of significant bits in an integer.

Read More

IntLog2

IntLog2 Description Compute floor(log2(value)).

Read More

IntShiftLeft

IntShiftLeft Description Shift an integer left by the given number of bit positions.

Read More

IntShiftRight

IntShiftRight Description Shift an integer right by the given number of bit positions.

Read More

IntTrailingZeroCount

IntTrailingZeroCount Description Count trailing zero bits in the integer representation.

Read More