BigInteger.subtract

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

@param val value to be subtracted from this BigInteger. @return {@code this - val}

class BigInteger
subtract

Meta