rem

abstract operator fun rem(other: BigInt): BigInt

Returns a new BigInt this this % other


open operator fun rem(other: Int): BigInt

Returns this % other