MutableBigInteger.addDisjoint

Like {@link #addShifted(MutableBigInteger, int)} but {@code this.intLen} must not be greater than {@code n}. In other words, concatenates {@code this} and {@code addend}.

class MutableBigInteger
void
addDisjoint

Meta