BigInteger.addOne

Add one word to the number a mlen words into a. Return the resulting carry.

class BigInteger
static
int
addOne
(
int[] a
,
int offset
,
int mlen
,
int carry
)

Meta