divide

abstract fun divide(first: List<ULong>, second: List<ULong>): Pair<List<ULong>, List<ULong>>

Divide two big integers

Return

A pair representing quotient (first member of the pair) and remainder (second member of the pair)