Adds one or more elements to the front of an array and returns the new length of the array.
289290291292293294295296297298299
diff = -diff; } // prepend zero to equalize exponent for (int i = diff; 0 < i; --i) { min.unshift(0); } } else { // each exponents are equal, so we check its digit values int size = Math.min(large.length(), small.length());