divideAndRemainder

abstract fun divideAndRemainder(value: BigInt): Pair<BigInt, BigInt>