rem

open operator override fun rem(other: BigInt): CommonBigInt

Returns a new BigInt this this % other


open operator override fun rem(other: Int): CommonBigInt

Returns this % other