reciprocal

abstract fun reciprocal(operand: List<ULong>): Pair<List<ULong>, List<ULong>>

Returns a integer reciprocal of this number such that 0 <= base ^ word - operand * reciprocal <= operand, and remainder such that 0 < reciprocal < operand