reciprocal

abstract fun reciprocal(operand: ULongArray): Pair<ULongArray, ULongArray>

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