Performs a right bitwise rotation on a given number.
The number to rotate.
The number of bits to rotate to the right.
Optional
The total number of bits to consider for the rotation (defaults to 32).
The result of rotating n to the right by bits positions within totalBits bits.
n
bits
totalBits
4.0.0
2025-06-27
Performs a right bitwise rotation on a given number.