BigInteger.add

Returns a BigInteger whose value is {@code (this + val)}.

@param val value to be added to this BigInteger. @return {@code this + val}

  1. BigInteger add(BigInteger val)
    class BigInteger
  2. BigInteger add(long val)

Meta