shr
infix fun BigInteger.shr(n: Int): BigIntegerShifts 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): BigIntegerShifts this value right by the n number of bits, filling the leftmost bits with copies of the sign bit.