shr
infix fun BigInteger.shr(n: Int): BigInteger
Shifts this value right by the n number of bits, filling the leftmost bits with copies of the sign bit.
infix fun BigInteger.shr(n: Int): BigInteger
Shifts this value right by the n number of bits, filling the leftmost bits with copies of the sign bit.