rem

operator fun Long.rem(other: BigInteger): BigInteger
operator fun Int.rem(other: BigInteger): BigInteger
operator fun Short.rem(other: BigInteger): BigInteger
operator fun Byte.rem(other: BigInteger): BigInteger
operator fun ULong.rem(other: BigInteger): BigInteger
operator fun UInt.rem(other: BigInteger): BigInteger
operator fun UShort.rem(other: BigInteger): BigInteger
operator fun UByte.rem(other: BigInteger): BigInteger